mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-06-30 17:19:43 -04:00
Made the app not hang when a mod is not found
This commit is contained in:
@ -19,8 +19,9 @@ export default class PrintUtils {
|
||||
this.spinner.start();
|
||||
}
|
||||
|
||||
public stop() {
|
||||
this.spinner.stop();
|
||||
public stop(print: string) {
|
||||
this.updateText(print);
|
||||
this.spinner.stopAndPersist();
|
||||
}
|
||||
|
||||
public error(print: string | Error) {
|
||||
|
Reference in New Issue
Block a user