You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running TCR with a language parameter value that does not match any of the built-in languages not any of the custom languages defined through configuration files, TCR crashes with the following trace:
Contact Details
damien.menanteau@gmail.com
Describe the bug
When running TCR with a language parameter value that does not match any of the built-in languages not any of the custom languages defined through configuration files, TCR crashes with the following trace:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected TCR to exit with a message saying that language "xxx" is not supported
Working Environment
Additional Context
Cause of the error:
call to language.(*Language).setBaseDir(...) on a nil language instance pointer
Fix:
call setBaseDir(...) only when language instance pointer is not nil
Code of Conduct
The text was updated successfully, but these errors were encountered: