We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d56c96 commit 3251c67Copy full SHA for 3251c67
lib/exec.js
@@ -62,8 +62,6 @@
62
63
ext = _extGetter(path);
64
65
- console.log('_______________', ext);
66
-
67
return this.list[ext] || generic;
68
},
69
list: (typeof process !== 'undefined' && process.cwd) ? require('./data/parser')(__dirname + '/data/mime.types') : $_MIMER_DATA_LIST
0 commit comments