Skip to content

Commit

Permalink
chore: change info to warn when osu got destoyed
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed May 10, 2024
1 parent a5c1fe0 commit fedfa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tosu/src/objects/instanceManager/osuInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export class OsuInstance {

if (!Process.isProcessExist(this.process.handle)) {
this.isDestroyed = true;
wLogger.info(
wLogger.warn(
`OI(watchProcessHealth) osu!.exe at ${this.pid} got destroyed`
);
this.emitter.emit('onDestroy', this.pid);
Expand Down

0 comments on commit fedfa69

Please sign in to comment.