Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 5, 2018
1 parent bab38c6 commit 67c0863
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ function makeExecutable(){
if (process.platform !== "win32") {
FS.chmodSync(filePath, 755);
}

// add platform binary to environment path
var envPath = process.env.path;
if (envPath.indexOf('7za') < 0) {
process.env.path += (envPath[envPath.length -1] === ';') ? binarypath : ';' + binarypath;
}

return;
}

var Zip = function () {};
Expand Down

0 comments on commit 67c0863

Please sign in to comment.