suppress Octal literals are not available when targeting ECMAScript 5 and higher.

This commit is contained in:
vvakame
2015-04-29 11:15:25 +09:00
parent 7dea7494db
commit 7faade2b23
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function d() {
function e() {
mock({
'some/dir': mock.directory({
mode: 0755,
mode: parseInt("0755", 8),
items: {
file1: 'file one content',
file2: new Buffer([8, 6, 7, 5, 3, 0, 9])