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 682215c commit 68ee0b2Copy full SHA for 68ee0b2
1 file changed
cli.js
@@ -43,7 +43,7 @@ function processing(file, output) {
43
plugins = [].concat(use, cfg).map((plugin) => {
44
try {
45
return require(plugin)(argv[plugin])
46
- } catch (e) {
+ } catch (err) {
47
if (err.code === 'MODULE_NOT_FOUND') {
48
throw new TypeError('Plugin Error: Cannot find module ' + plugin);
49
}
0 commit comments