node-unzip icon indicating copy to clipboard operation
node-unzip copied to clipboard

Unable to use in strict mode

Open lazdmx opened this issue 9 years ago • 0 comments

Using in strict mode raises an error:

  wantMode = wantMode & 0777
                        ^^^^
SyntaxError: Octal literals are not allowed in strict mode.

lazdmx avatar Jul 24 '15 06:07 lazdmx