We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
error
1 parent 9345756 commit 6fb5dafCopy full SHA for 6fb5daf
src/WorkerError.js
@@ -1,5 +1,5 @@
1
const stack = (err, worker, workerId) => {
2
- const originError = err.stack
+ const originError = (err.stack || '')
3
.split('\n')
4
.filter(line => line.trim().startsWith('at'));
5
0 commit comments