Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created March 20, 2016 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/8c90e5247740ffb7d33f to your computer and use it in GitHub Desktop.
Save chuck0523/8c90e5247740ffb7d33f to your computer and use it in GitHub Desktop.
var glob = require('glob')
var g = new glob.Glob('**/*.css', function(err) {
console.log(err.message)
g.abort()
})
g.emit('error', new Error('Glob failed.'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment