arduino-upload icon indicating copy to clipboard operation
arduino-upload copied to clipboard

Error console not showing based on Atom language

Open thomasblommaert opened this issue 8 years ago • 1 comments

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)

thomasblommaert avatar Nov 08 '17 17:11 thomasblommaert

hmmmm, do you have an alternative idea how to detect the blob of where the error output starts?

Sorunome avatar Nov 08 '17 17:11 Sorunome