Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-06-27 12:23:52 +09:30
parent 55c25b641a
commit a27682e09e

View File

@@ -158,7 +158,7 @@ module.exports = function ($injector, fs, glob, get, graphql, graphqlDirective,
return result;
})
.catch(error => {
log.debug('%s: %s Error: %s', pluginName ? 'Plugin' : 'Module', pluginName || wantedModule, error.message);
log.debug('%s: %s Error: %s', pluginName ? 'Plugin' : 'Module', pluginName || moduleName, error.message);
return error;
});
}