Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit dfdc14b

Browse files
Update index.js
Remove unnecessary exception
1 parent 16e3723 commit dfdc14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ global.Worker = function Worker(url) {
7171
else inside.emit('message', { data });
7272
};
7373
this.terminate = () => {
74-
throw Error('Not Supported');
74+
// Just do nothing...
7575
};
7676

7777
};

0 commit comments

Comments
 (0)