View | Details | Raw Unified | Return to bug 226062 | Differences between
and this patch

Collapse All | Expand All

(-)./files/patch-lib_config.js (+11 lines)
Line 0 Link Here
1
--- lib/config.js.orig	2018-04-04 07:41:00 UTC
2
+++ lib/config.js
3
@@ -28,7 +28,7 @@ var Configurator = function (file) {
4
   });
5
 };
6
 
7
-util.inherits(Configurator, process.EventEmitter);
8
+util.inherits(Configurator, require('events').EventEmitter);
9
 
10
 exports.Configurator = Configurator;
11
 
(-)./node8.patch (+1 lines)
Line 0 Link Here
1
===> Generating patch

Return to bug 226062