Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zackradisic committed May 8, 2024
1 parent 36727bf commit ec8eabe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell/interpreter.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10365,6 +10365,7 @@ pub const Interpreter = struct {
}

pub fn printShellCpTask(this: *Cp, task: *ShellCpTask) void {
// Deinitialize this task as we are starting a new one
defer task.deinit();

const err_ = task.err;
Expand Down

0 comments on commit ec8eabe

Please sign in to comment.