Skip to content

Commit

Permalink
Minor order of operations adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed Jul 5, 2020
1 parent 51ef04c commit 1a04116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puff.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ var threads = []



var config = require(path.join(__dirname,'/config.json'))

//if -c is passed, set new chrome path
if(program.chromePath){
setChromePath(program.chromePath)
}

var config = require(path.join(__dirname,'/config.json'))
//resolve ch
var chromium_path = resolveChromiumPath(config);

Expand Down

0 comments on commit 1a04116

Please sign in to comment.