Commit 6403245a authored by nanahira's avatar nanahira

clean

parent 83d6a738
...@@ -150,8 +150,6 @@ async function main() { ...@@ -150,8 +150,6 @@ async function main() {
if (!info.$install) { if (!info.$install) {
continue; continue;
} }
const version =
typeof info.$install !== 'boolean' ? info.$install : undefined;
await installPlugin(name, info); await installPlugin(name, info);
} }
logger.info(`Bootstrap finished.`); logger.info(`Bootstrap finished.`);
......
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