Skip to content

Commit

Permalink
fix: stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 4, 2020
1 parent 54b4972 commit 4031a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data.js
Expand Up @@ -44,7 +44,7 @@ Data.loadPluginInfo = async function (pluginPath) {
} catch (err) {
var pluginDir = path.basename(pluginPath);

winston.error('[plugins/' + pluginDir + '] Error in plugin.json or package.json!', err.stack);
winston.error('[plugins/' + pluginDir + '] Error in plugin.json or package.json!' + err.stack);
throw new Error('[[error:parse-error]]');
}
return pluginData;
Expand Down

0 comments on commit 4031a8c

Please sign in to comment.