Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 268193f

Browse files
committed
fix errCode variable name
1 parent 3194a41 commit 268193f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bin/create-rust-webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ clone.on("close", (code) => {
3434
function handleError(type, errCode) {
3535
// TODO(sven): handle error here
3636
console.error()
37-
process.exit(code);
37+
process.exit(errCode);
3838
}

0 commit comments

Comments
 (0)