Skip to content

Commit

Permalink
[fix] Don't leak fs, path, nssocket, utile and forever
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Jan 8, 2012
1 parent 9b0ad25 commit 4e2ab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/worker.js
@@ -1,4 +1,4 @@
var events = require('events');
var events = require('events'),
fs = require('fs'),
path = require('path'),
nssocket = require('nssocket'),
Expand Down

0 comments on commit 4e2ab81

Please sign in to comment.