Skip to content

Commit

Permalink
fix usage of process.EventEmitter
Browse files Browse the repository at this point in the history
  • Loading branch information
inversion committed Oct 31, 2016
1 parent 02eae13 commit 9c04385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var Configurator = function (file) {
});
};

util.inherits(Configurator, process.EventEmitter);
util.inherits(Configurator, require('events'));

exports.Configurator = Configurator;

Expand Down

0 comments on commit 9c04385

Please sign in to comment.