Skip to content

Commit 6d0f600

Browse files
committed
[js] Tiny bit of stylistic comformance
1 parent c27c99f commit 6d0f600

File tree

1 file changed

+1
-1
lines changed
  • src/vm/js/nqp-runtime

1 file changed

+1
-1
lines changed

src/vm/js/nqp-runtime/io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ function run(isShell, ctx, command, dir, env, input, output, error, flags) {
441441
shell: isShell,
442442
cwd: dir,
443443
env: stringifyEnv(ctx, env),
444-
stdio: [process.stdin, 'pipe', 'pipe']
444+
stdio: [process.stdin, 'pipe', 'pipe'],
445445
};
446446

447447
let result;

0 commit comments

Comments
 (0)