Skip to content

Commit

Permalink
#83 - add emitWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Sep 6, 2018
1 parent 77caa43 commit babaac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ process.removeAllListeners = noop;
process.emit = noop;
process.prependListener = noop;
process.prependOnceListener = noop;
process.emitWarning = noop;

process.listeners = function (name) { return [] }

Expand Down

0 comments on commit babaac9

Please sign in to comment.