diff options
Diffstat (limited to 'cli/tests/single_compile_with_reload_worker.ts')
-rw-r--r-- | cli/tests/single_compile_with_reload_worker.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/single_compile_with_reload_worker.ts b/cli/tests/single_compile_with_reload_worker.ts new file mode 100644 index 000000000..103cafe20 --- /dev/null +++ b/cli/tests/single_compile_with_reload_worker.ts @@ -0,0 +1,3 @@ +console.log("Hello from worker"); +postMessage(null); +close(); |