Navigation Menu

Skip to content

Commit

Permalink
Load "path" module
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 14092b0 commit fee4523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gcs-post-sdf
Expand Up @@ -3,6 +3,7 @@
var CLI = require(__dirname + '/../lib/command-line').CommandLineInterface;
var commandLine = new CLI();
var fs = require('fs');
var path = require('path');
var BatchProcessor = require(__dirname + '/../lib/batch').Processor;

commandLine
Expand Down

0 comments on commit fee4523

Please sign in to comment.