summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/throwing_worker.js
blob: 56ee4ff887f152ce92af3d35a8fceb63b393aa7b (plain)
1
2
// This worker just throws error when it's being executed
throw Error("Thrown error");