This commit is contained in:
peter
2019-08-04 01:24:25 +02:00
parent 6aae2146e9
commit 79b15b98de
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -96,6 +96,6 @@ export default class PluginManagerPlugin extends PluginManager implements Plugin
}
stop(): void {
throw new Error("Method not implemented.");
}
}