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
OS: MacOS High Sierra Atom: 1.22.0
As my OS language is configured being "Dutch", the output of the compiler looks as follows:
Boards voorbereiden... Verifiëren... arduino:13: error: ...
This means the following statement is not executed, resulting in no error console:
if -1 != data.toString().toLowerCase().indexOf "verifying" console.log "ERROR OUTPUT ACTIVATED" dispError = true
(code from ~/.atom/packages/arduino-upload/lib/arduino-upload.coffee)
~/.atom/packages/arduino-upload/lib/arduino-upload.coffee
The text was updated successfully, but these errors were encountered:
hmmmm, do you have an alternative idea how to detect the blob of where the error output starts?
Sorry, something went wrong.
No branches or pull requests
OS: MacOS High Sierra
Atom: 1.22.0
As my OS language is configured being "Dutch", the output of the compiler looks as follows:
This means the following statement is not executed, resulting in no error console:
(code from
~/.atom/packages/arduino-upload/lib/arduino-upload.coffee
)The text was updated successfully, but these errors were encountered: