Skip to content

Commit e0bcd14

Browse files
tweak
1 parent ea99fa2 commit e0bcd14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.bin/create-rust-webpack.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const cpr = require("cpr");
77
const rimraf = require("rimraf");
88

99
function isPresent(dep) {
10-
let installationStatus;
1110
try {
1211
execSync(dep, {stdio: 'ignore'});
1312
return true;

0 commit comments

Comments
 (0)