Fixing Log of Helper File

This commit is contained in:
Martin Karkowski 2021-05-21 09:36:44 +02:00
parent 2dd1ed83a8
commit ba19a4463a

View File

@ -377,9 +377,9 @@ node {{{pathToFolder}}}\\index.js`)
logLevel: result.logLevel
})
);
logger.info("Create Service at ", join(path, template.name));
}
logger.info("Create Service at ", path);
};
if (result.runExtra) {