mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Merge pull request #3572 from Undeemiss/exception-typo
MISC: Fixed typo in exceptionAlert.ts
This commit is contained in:
commit
a3fe965771
@ -20,6 +20,6 @@ export function exceptionAlert(e: IError | string): void {
|
||||
"This is a bug, please report to game developer with this " +
|
||||
"message as well as details about how to reproduce the bug.<br><br>" +
|
||||
"If you want to be safe, I suggest refreshing the game WITHOUT saving so that your " +
|
||||
"safe doesn't get corrupted",
|
||||
"save doesn't get corrupted",
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user