We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ebc68 commit 0584b2cCopy full SHA for 0584b2c
arduino-core/src/cc/arduino/packages/Uploader.java
@@ -85,7 +85,7 @@ protected Uploader(boolean nup) {
85
}
86
87
private void init(boolean nup) {
88
- this.error = null;
+ this.error = "";
89
this.notFoundError = false;
90
this.noUploadPort = nup;
91
0 commit comments