We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefe3de commit 22ce2caCopy full SHA for 22ce2ca
gulpfile.esm.js
@@ -19,6 +19,8 @@ let compile_rust = (cb) => {
19
if (code !== 0) {
20
console.error('wasm-pack failed! $?=' + code.toString());
21
cb(new Error('wasm-pack failed'));
22
+ } else {
23
+ cb();
24
}
25
});
26
};
0 commit comments