fixed the compiler to check the presense of the exception handler expression in the catch part
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -9,3 +9,7 @@ try {
|
||||
} catch (e a) { ##ERROR: syntax error - not proper exception variable
|
||||
printf "EXCEPTION - %s\n" e
|
||||
}
|
||||
|
||||
---
|
||||
|
||||
try { throw "1111"; } catch (e) ##ERROR: syntax error - no exception handler
|
||||
|
Reference in New Issue
Block a user