Skip to content

Commit bac58cb

Browse files
committed
fix strict syntax
1 parent 008ef8c commit bac58cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class RustPlugin {
149149
"bootstrap",
150150
readFileSync(path.join(sourceDir, binary)),
151151
"",
152-
0755
152+
0o755
153153
);
154154
const targetDir = this.localArtifactDir(profile);
155155
try {

0 commit comments

Comments
 (0)