You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs=require"fs.extra"dir="test"fs.mkdirSync dir
fs.delete dir, ->fs.mkdir dir
### Error: EEXIST, file already exists 'test' at Object.fs.mkdirSync (fs.js:483:18) at Object.<anonymous> (/Users/vyacheslav/test.coffee:8:6) at Object.<anonymous> (/Users/vyacheslav/test.coffee:14:4) at Module._compile (module.js:449:26) at Object.exports.run (/usr/local/share/npm/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:82:25) at compileScript (/usr/local/share/npm/lib/node_modules/coffee-script/lib/coffee-script/command.js:177:29) at fs.stat.notSources.(anonymous function) (/usr/local/share/npm/lib/node_modules/coffee-script/lib/coffee-script/command.js:152:18) at fs.readFile (fs.js:176:14) at Object.oncomplete (fs.js:297:15)###
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: