| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f61cc15 commit c8d4ff1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,9 +55,6 @@ Object.defineProperty(EventEmitter, 'defaultMaxListeners', { | |||
| 55 | 55 | return defaultMaxListeners; | |
| 56 | 56 | }, | |
| 57 | 57 | set: function(arg) { | |
| 58 | - // force global console to be compiled. | ||
| 59 | - // see https://github.com/nodejs/node/issues/4467 | ||
| 60 | - console; | ||
| 61 | 58 | // check whether the input is a positive number (whose value is zero or | |
| 62 | 59 | // greater and not a NaN). | |
| 63 | 60 | if (typeof arg !== 'number' || arg < 0 || arg !== arg) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments