From a27682e09e8820a06784aa6f78c9bf3c7a7baa55 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Thu, 27 Jun 2019 12:23:52 +0930 Subject: [PATCH] fix typo Signed-off-by: Alexis Tyler --- app/graphql/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/graphql/index.js b/app/graphql/index.js index 32246d893..bcf10e587 100644 --- a/app/graphql/index.js +++ b/app/graphql/index.js @@ -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; }); }