Added 'ready' message to console log when init'd successfully

This commit is contained in:
Lucas Dower 2023-03-11 22:44:10 +00:00
parent 1a9107f75c
commit a66d859c26
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605

View File

@ -78,6 +78,8 @@ export class AppContext {
.setProgress(0.0);
}
});
AppConsole.info('Ready');
}
public async do(action: EAction) {