Commit 16e02632 authored by nanahira's avatar nanahira

remove debug things

parent 2382a985
...@@ -131,7 +131,7 @@ export async function installPluginEntry() { ...@@ -131,7 +131,7 @@ export async function installPluginEntry() {
logger.warn(`No plugins found, exiting.`); logger.warn(`No plugins found, exiting.`);
return; return;
} }
console.log(config.plugins); // console.log(config.plugins);
logger.info(`Cleaning NPM cache.`); logger.info(`Cleaning NPM cache.`);
await execFileAsync('npm', ['cache', 'clean', '--force']); await execFileAsync('npm', ['cache', 'clean', '--force']);
for (const [name, info] of Object.entries(plugins)) { for (const [name, info] of Object.entries(plugins)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment