Skip to content

Commit 008ef8c

Browse files
committed
just use standard node octal notation
1 parent e1bbe89 commit 008ef8c

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-
0o755 << 16
152+
0755
153153
);
154154
const targetDir = this.localArtifactDir(profile);
155155
try {

0 commit comments

Comments
 (0)