Skip to content

Commit

Permalink
probably don't nuke directories outside of lib dir : D
Browse files Browse the repository at this point in the history
  • Loading branch information
okor committed Dec 14, 2015
1 parent e5fc8e9 commit 292b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbike.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (!execSync('which browsertime').stdout) {


// Setup
fse.emptyDirSync("./tmp");
fse.emptyDirSync(__dirname + '/tmp');
var config = require(path.resolve(configPath));
var startTime = Date.now();
var stats = scaffoldStats(config, startTime, __dirname);
Expand Down

0 comments on commit 292b58f

Please sign in to comment.