Skip to content

Commit 03e693f

Browse files
committed
bugfix in log
1 parent abd1bdd commit 03e693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
usedPluginMethods[method.name] = usedPluginMethods[method.name] - 1;
831831

832832
if (r.error && options.debug) {
833-
console.error(" -- Plugin error", method.pluginId, method.name, result.error);
833+
console.error(" -- Plugin error", method.pluginId, method.name, r.error);
834834
}
835835

836836
// Collect total result.

0 commit comments

Comments
 (0)