Skip to content

Commit

Permalink
[fix] Don't leak mkdirp and async
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Jan 8, 2012
1 parent 6779342 commit 9b0ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever.js
Expand Up @@ -19,7 +19,7 @@ var fs = require('fs'),
psTree = require('ps-tree'),
timespan = require('timespan'),
utile = require('utile'),
winston = require('winston')
winston = require('winston'),
mkdirp = utile.mkdirp,
async = utile.async;

Expand Down

0 comments on commit 9b0ad25

Please sign in to comment.