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
After testing, we realized that our JAR release works normally on Linux and Mac terminal, but fails to run as expected on Windows command prompt.
Working on Linux
Same command fails on windows
On Windows, switching from command prompt to GitBash allows it to work normally on Windows.
We have parsed the user input character by character, but it seems that windows command prompt and power shell are appending unexpected characters when parsing the user input from terminal. Has anyone faced a similar issue?
After testing, we realized that our JAR release works normally on Linux and Mac terminal, but fails to run as expected on Windows command prompt.
Working on Linux
Same command fails on windows
On Windows, switching from command prompt to GitBash allows it to work normally on Windows.
We have parsed the user input character by character, but it seems that windows command prompt and power shell are appending unexpected characters when parsing the user input from terminal. Has anyone faced a similar issue?
@okkhoy requesting your input on this
The text was updated successfully, but these errors were encountered: