Skip to content

Commit

Permalink
hopefully better error handling when macforge is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
zlshames committed Nov 10, 2023
1 parent 3e1be07 commit 4ec3099
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ export class MacForgeMode extends PrivateApiMode {
} catch (ex: any) {
Server().log((
`Failed to remove MacForge bundle at, "${remotePath}": ` +
`Please manually remove it to prevent conflicts`
), 'debug');
`Please manually remove it to prevent conflicts with the Helpers!`
), 'warn');
}
}
}
Expand Down

0 comments on commit 4ec3099

Please sign in to comment.