mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-20 14:10:39 +01:00
make finalizeInit blocking just to be sure
This commit is contained in:
parent
65d9c944d8
commit
9ce2771dad
@ -198,7 +198,7 @@ const init = async () => {
|
||||
slash.init();
|
||||
autoExec = new AutoExecuteHandler(settings);
|
||||
|
||||
eventSource.on(event_types.APP_READY, ()=>finalizeInit());
|
||||
eventSource.on(event_types.APP_READY, async()=>await finalizeInit());
|
||||
};
|
||||
const finalizeInit = async () => {
|
||||
log('executing startup');
|
||||
|
Loading…
x
Reference in New Issue
Block a user