Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 28, 2019
1 parent ea99fa2 commit e0bcd14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .bin/create-rust-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const cpr = require("cpr");
const rimraf = require("rimraf");

function isPresent(dep) {
let installationStatus;
try {
execSync(dep, {stdio: 'ignore'});
return true;
Expand Down

0 comments on commit e0bcd14

Please sign in to comment.