diff options
Diffstat (limited to 'cli/tests/workers/throwing_worker.js')
-rw-r--r-- | cli/tests/workers/throwing_worker.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/workers/throwing_worker.js b/cli/tests/workers/throwing_worker.js new file mode 100644 index 000000000..56ee4ff88 --- /dev/null +++ b/cli/tests/workers/throwing_worker.js @@ -0,0 +1,2 @@ +// This worker just throws error when it's being executed +throw Error("Thrown error"); |