refactor: remove duplicate "shell: " in shell execute messages
This commit is contained in:
parent
6f1806cd95
commit
b3425d5c59
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ const Process = struct {
|
|||
var buf: [1024]u8 = undefined;
|
||||
const json = self.argv.to_json(&buf) catch |e| return tp.exit_error(e, @errorReturnTrace());
|
||||
if (self.handlers.log_execute)
|
||||
self.logger.print("shell: execute {s}", .{json});
|
||||
self.logger.print("execute {s}", .{json});
|
||||
self.sp = tp.subprocess.init(self.allocator, self.argv, module_name, self.stdin_behavior) catch |e| return tp.exit_error(e, @errorReturnTrace());
|
||||
tp.receive(&self.receiver);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue