forked from mirror/ObjToSchematic
Added 'ready' message to console log when init'd successfully
This commit is contained in:
parent
1a9107f75c
commit
a66d859c26
@ -78,6 +78,8 @@ export class AppContext {
|
||||
.setProgress(0.0);
|
||||
}
|
||||
});
|
||||
|
||||
AppConsole.info('Ready');
|
||||
}
|
||||
|
||||
public async do(action: EAction) {
|
||||
|
Loading…
Reference in New Issue
Block a user