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 95727b4 commit 30cc430Copy full SHA for 30cc430
index.js
@@ -190,7 +190,7 @@ module.exports = function (browserify, options) {
190
return callback();
191
}).catch(function (err) {
192
self.push('console.error("' + err + '");');
193
- browserify.emit('error', err);
+ self.emit('error', err);
194
195
});
196
};
0 commit comments