Skip to content

Commit 1fcdd4f

Browse files
committed
OS-based spawn handler in CLI worker
1 parent 06914a4 commit 1fcdd4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/playground/cli/src/blueprints-v1/worker-thread-v1.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,5 @@ parentPort?.postMessage(
363363
},
364364
[phpChannel.port2 as any]
365365
);
366+
367+
console.log('Worker script initialized!');

0 commit comments

Comments
 (0)