Skip to content

Instantly share code, notes, and snippets.

@papandreou
Created February 20, 2011 20:36
Show Gist options
  • Save papandreou/7600ddf5b0b3e5beddf9 to your computer and use it in GitHub Desktop.
Save papandreou/7600ddf5b0b3e5beddf9 to your computer and use it in GitHub Desktop.
andreas@ubuntu:~/work/node-glob$ node
> require('glob').glob('*.json', function (err, fileNames) {console.log(fileNames);});
> *.json
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment