Skip to content

Commit

Permalink
remove erroneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Nov 26, 2014
1 parent 0440b3e commit 7292271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const fs = require('fs');
const path = require('path');

const exec = require('child_process').exec;
// this is from the env of npm, not node
const nodePath = process.execPath;
const version = process.versions.v8;
const tmpfile = path.join(__dirname, version+'.flags.json');
Expand Down

0 comments on commit 7292271

Please sign in to comment.