For instance, querying the following ``` glob.sync("!(a/b)", {}) ``` will throw this error: ``` node_modules/glob/sync.js:147 var dotOk = this.dot || rawGlob.charAt(0) === '.' ^ TypeError: Cannot read property 'charAt' of undefined ```