mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-23 03:48:01 +00:00
bumped plugins, added serialport mocks
This commit is contained in:
@@ -27,6 +27,9 @@ window['bootstrapTabby'] = async function bootstrap (options: BootstrapOptions):
|
||||
|
||||
const pluginModules = []
|
||||
for (const packageModule of options.packageModules) {
|
||||
if (!packageModule.default) {
|
||||
continue
|
||||
}
|
||||
const pluginModule = packageModule.default.forRoot ? packageModule.default.forRoot() : packageModule.default
|
||||
pluginModule.pluginName = packageModule.pluginName
|
||||
pluginModule.bootstrap = packageModule.bootstrap
|
||||
|
Reference in New Issue
Block a user