Skip to content

Commit 2734ddd

Browse files
committed
formatting
1 parent 9b6d0d3 commit 2734ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export function daemonizeProcess(opts = {}) {
1919
node: execPath,
2020
script: argv[1],
2121
arguments: argv.slice(2),
22-
exitCode: 0, ...opts
22+
exitCode: 0,
23+
...opts,
2324
};
2425

2526
spawn(o.node, [o.script].concat(o.arguments), o).unref();

0 commit comments

Comments
 (0)