Commit ab26c72
committed
JavaScript: Fix postbuild chmod to use numeric mode
fs.chmodSync does not accept shell-style string modes like '+x'. Use the numeric mode 0o755 instead.1 parent b65f9c0 commit ab26c72
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments