mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-06-30 17:19:43 -04:00
Changed red x to info symbol when mods are already at the latest version
This commit is contained in:
@ -39,6 +39,14 @@ export default class PrintUtils {
|
||||
this.spinner.succeed(print);
|
||||
}
|
||||
|
||||
public warn(print: string) {
|
||||
this.spinner.warn(print);
|
||||
}
|
||||
|
||||
public info(print: string) {
|
||||
this.spinner.info(`ℹ️ ${print}`);
|
||||
}
|
||||
|
||||
public updateText(text: string) {
|
||||
this.spinner.start(text);
|
||||
}
|
||||
|
Reference in New Issue
Block a user