Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

fs.mkdir - no callback #2043

Closed
Bonuspunkt opened this issue Nov 8, 2011 · 3 comments
Closed

fs.mkdir - no callback #2043

Bonuspunkt opened this issue Nov 8, 2011 · 3 comments
Labels

Comments

@Bonuspunkt
Copy link

W7SP1 x64

>node -v
v0.6.0

>node --eval "require('fs').mkdir('test', function(err) { console.log('callback'); if (err) { console.log(err); } else { console.log('success'); }});"
*nothing*
@Bonuspunkt
Copy link
Author

same on my Ubuntu 11.10 VM

seems to be working if you set the optional parameter mode to something

@bnoordhuis
Copy link
Member

Confirmed. Will fix.

@bnoordhuis
Copy link
Member

Thanks for the report. Fixed in 04958e8.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants