We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f234feb commit e0ac9e8Copy full SHA for e0ac9e8
1 file changed
src/private_machine_methods/cli_iteraction.lua
@@ -85,7 +85,7 @@ private_lua_ship_machine_methods.start = function(self_obj, props)
85
if not command then
86
private_lua_ship.error("unable to create start command")
87
end
88
- print("Executing command:" .. command)
+ --print("Executing command:" .. command)
89
local ok = private_lua_ship.os_execute(command)
90
if not ok then
91
private_lua_ship.error("unable to execute command:\n" .. command)
0 commit comments