Skip to content

Commit

Permalink
Load required library.
Browse files Browse the repository at this point in the history
"os" is automatically loaded in the interactive node console but it have to be loaded manually in scripts.
  • Loading branch information
piroor committed Nov 5, 2014
1 parent 39ae533 commit d71604b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/serf/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

var Download = require('download'),
fs = require('fs'),
os = require('os'),
Q = require('q');

var ConsoleLogger = require('../console-logger').ConsoleLogger;
Expand Down

0 comments on commit d71604b

Please sign in to comment.