Skip to content
Snippets Groups Projects
Commit a4924072 authored by jurgenhaas's avatar jurgenhaas
Browse files

#4 Correct patch

parent 6ab6b63c
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,11 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
===================================================================
--- a/node_modules/policyfile/tests/unit.test.js (revision )
+++ b/node_modules/policyfile/tests/unit.test.js (revision )
@@ -114,6 +114,6 @@
@@ -114,7 +114,7 @@
, 'Event proxy': function(){
var server = fspfs.createServer()
, calls = 0;
- Object.keys(process.EventEmitter.prototype).forEach(function proxy(key){
+ Object.keys(require('events').EventEmitter.prototype).forEach(function proxy(key){
assert.ok(!!server[key] && typeof server[key] === 'function');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment