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
Vladislav0Art
changed the title
Compilers' filepaths may contain whitespaces, which yields CLI command execution failure
Compilers' filepaths may contain whitespaces, which yields execution failure of CLI command
Oct 11, 2024
Describe the bug
Execution of the compiler (Kotlin in this case) outputs the following trace:
In the above trace, we are only interested in the last line:
It is because the filepath contains a whitespace for the words
IntelliJ IDEA
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Correct compilation
Solution: embrace the compilers' filepaths with single-quotes
'[compiler-filepath]'
.The text was updated successfully, but these errors were encountered: