We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea99fa2 commit e0bcd14Copy full SHA for e0bcd14
.bin/create-rust-webpack.js
@@ -7,7 +7,6 @@ const cpr = require("cpr");
7
const rimraf = require("rimraf");
8
9
function isPresent(dep) {
10
- let installationStatus;
11
try {
12
execSync(dep, {stdio: 'ignore'});
13
return true;
0 commit comments