We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd1bdd commit 03e693fCopy full SHA for 03e693f
lib/core.js
@@ -830,7 +830,7 @@
830
usedPluginMethods[method.name] = usedPluginMethods[method.name] - 1;
831
832
if (r.error && options.debug) {
833
- console.error(" -- Plugin error", method.pluginId, method.name, result.error);
+ console.error(" -- Plugin error", method.pluginId, method.name, r.error);
834
}
835
836
// Collect total result.
0 commit comments