We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3de4c6 commit 2804d80Copy full SHA for 2804d80
core/lib/pattern_engines.js
@@ -127,7 +127,7 @@ const PatternEngines = Object.create({
127
enginesDirectories.forEach(function (engineDirectory) {
128
const enginesInThisDir = findEngineModulesInDirectory(engineDirectory.path);
129
130
- logger.debug(`Loading engines from ${engineDirectory.displayName}...\n`);
+ logger.debug(`Loading engines from ${engineDirectory.displayName}...`);
131
132
// find all engine-named things in this directory and try to load them,
133
// unless it's already been loaded.
0 commit comments