8000 Update src/cmd.js · shelljs/shelljs@5c5b323 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c5b323

Browse files
authored
Update src/cmd.js
1 parent 63c186d commit 5c5b323
Copy full SHA for 5c5b323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function _cmd(options, command, commandArgs, userOptions) {
112112
code = typeof result.exitCode === 'number' ? result.exitCode : UNKNOWN_ERROR_CODE;
113113
}
114114

115-
// Pass `continue: true` so we can specify a value for stdout.
115+
// Pass `continue: true` so we can specify a value for stdout.
116116
if (code) common.error(stderr, code, { silent: true, continue: true });
117117
return new common.ShellString(stdout, stderr, code);
118118
}

0 commit comments

Comments
 (0)
0