We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error message patterns can be detected.
Error: Nonexistent hotkey. Specifically: aaa Line# ---> 001: Hotkey,aaa 002: Exit 003: Exit 003: Exit The current thread will exit.
Error message pattern if an error occurs in an external file.
Error in #include file "W:\demo\Lib\ErrorTest.ahk": Nonexistent hotkey. Specifically: aaa Line# ---> 001: Hotkey,aaa 002: Exit 003: Exit 003: Exit The current thread will exit.
It must be modified as follows.
W:\demo\Lib\ErrorTest.ahk:1 : ==> Nonexistent hotkey. Specifically: aaa
The text was updated successfully, but these errors were encountered:
Fix: #212
768d530
Some errors were not detected and raw error messages were output. This caused `useAutoJumpToError` to not work in some cases.
Merge branch '#212' into develop
3b7fe13
No branches or pull requests
The following error message patterns can be detected.
Error message pattern if an error occurs in an external file.
It must be modified as follows.
The text was updated successfully, but these errors were encountered: