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.
1 parent 1db97ff commit 59b442fCopy full SHA for 59b442f
source-map-support.js
@@ -568,8 +568,9 @@ exports.install = function(options) {
568
// Don't let browserify try to resolve this require(), it's pointless
569
// and breaks the build process.
570
var worker_threads = require('worker_' + 'threads');
571
- if (worker_threads.isMainThread === false)
+ if (worker_threads.isMainThread === false) {
572
installHandler = false;
573
+ }
574
} catch(e) {}
575
576
// Provide the option to not install the uncaught exception handler. This is
0 commit comments