Skip to content
New issue

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

Cannot detect some errors #212

Open
Tracked by #214
zero-plusplus opened this issue May 21, 2022 · 0 comments
Open
Tracked by #214

Cannot detect some errors #212

zero-plusplus opened this issue May 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@zero-plusplus
Copy link
Owner

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
@zero-plusplus zero-plusplus added the bug Something isn't working label May 21, 2022
@zero-plusplus zero-plusplus mentioned this issue May 21, 2022
62 tasks
zero-plusplus added a commit that referenced this issue May 22, 2022
Some errors were not detected and raw error messages were output.
This caused `useAutoJumpToError` to not work in some cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant