mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:37:01 +00:00
fix: multi app test
This commit is contained in:
parent
30dc9faf24
commit
2bc571eb14
@ -200,14 +200,14 @@ export class PluginMultiAppManagerServer extends Plugin {
|
||||
context: options.context,
|
||||
});
|
||||
|
||||
const startPromise = subApp.runCommand('start', '--quickstart');
|
||||
|
||||
if (options?.context?.waitSubAppInstall) {
|
||||
await startPromise;
|
||||
}
|
||||
await subApp.runCommand('start', '--quickstart');
|
||||
};
|
||||
|
||||
quickstart();
|
||||
const startPromise = quickstart();
|
||||
|
||||
if (options?.context?.waitSubAppInstall) {
|
||||
await startPromise;
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user