Skip to content

Commit

Permalink
Update CrashHandler.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Oct 11, 2024
1 parent 95b8698 commit 245557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontend/system/CrashHandler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class CrashHandler
FileSystem.createDirectory('logs');

File.saveContent('logs/'
+ '${criticalMessge ? 'Critical Error' : 'Error'} - '
+ '${criticalMessage ? 'Critical Error' : 'Error'} - '
+ Date.now().toString().replace(' ', '-').replace(':', "'")
+ '.txt', message);
}
Expand Down

0 comments on commit 245557d

Please sign in to comment.