Skip to content

Commit

Permalink
Merge pull request #239 from marcushultman/process-emit-warning
Browse files Browse the repository at this point in the history
node_process: add emitWarning
  • Loading branch information
ije authored Jan 4, 2022
2 parents 4847132 + 4cb2d5e commit 7c6161e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/embed/polyfills/node_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,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 7c6161e

Please sign in to comment.