We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes/No
Version: 1.57.0-insider (user setup) Commit: 5319757 Date: 2021-05-24T05:14:19.500Z Electron: 12.0.7 Chrome: 89.0.4389.128 Node.js: 14.16.0 V8: 8.9.255.25-electron.0 OS: Windows_NT x64 10.0.19043
Steps to Reproduce:
test-provider-sample
appendOutput()
\n
\r\n
// cc @connor4312
The text was updated successfully, but these errors were encountered:
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
Sorry, something went wrong.
The output is displayed as terminal output; \n only moves the cursor down a line, you want to use \r too in order to reset its position (\r\n)
connor4312
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes/No
Version: 1.57.0-insider (user setup)
Commit: 5319757
Date: 2021-05-24T05:14:19.500Z
Electron: 12.0.7
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.19043
Steps to Reproduce:
test-provider-sample
projectappendOutput()
, use just\n
as the EOL\r\n
, it looks as expected// cc @connor4312
The text was updated successfully, but these errors were encountered: