Skip to content

Commit

Permalink
how did i not notice this
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Nov 23, 2024
1 parent 8b42e1d commit 6a02f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ function create() {
}
```
## Need Help?
If you need any general help or something goes wrong with your script, report an issue [here](https://github.com/Joalor64GH/Rhythmo/issues).
If you need any general help or something goes wrong with your script, report an issue [here](https://github.com/Joalor64GH/Rhythmo-SC/issues).
4 changes: 2 additions & 2 deletions source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ class Main extends openfl.display.Sprite {

#if windows
WindowsAPI.messageBox('Error!',
'Uncaught Error: \n: ' + msg + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo/issues',
'Uncaught Error: \n: ' + msg + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo-SC/issues',
MSG_ERROR);
#else
Lib.application.window.alert('Uncaught Error: \n'
+ msg
+ '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo/issues',
+ '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo-SC/issues',
'Error!');
#end
Sys.exit(1);
Expand Down

0 comments on commit 6a02f06

Please sign in to comment.