chore: Prettified Code

[ci skip]
This commit is contained in:
booploops 2022-09-01 01:58:25 +00:00 committed by cider-chore[bot]
parent ddcb4c43bc
commit 5c69f635c5

View file

@ -88,7 +88,7 @@ export class Plugins {
win: utils.getWindow(),
dir: pluginPath,
dirName: file,
express: utils.getExpress()
express: utils.getExpress(),
};
plugins[plugin.name] = new plugin(pluginEnv);
}