This commit is contained in:
Mirco Wittrien 2020-09-10 23:30:41 +02:00
parent f063389e13
commit 3a68e765e8
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ module.exports = (_ => {
delayedStart: [], delayedStart: [],
updateTimeout: [], updateTimeout: [],
patchQueues: {} patchQueues: {}
} };
const PluginStores.delayedLoad = [], PluginStores.delayedStart = [];
const Plugin = function(config) { const Plugin = function(config) {
return class Plugin { return class Plugin {
getName() {return config.name;} getName() {return config.name;}