We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369b23a commit d0f8037Copy full SHA for d0f8037
app/src/processing/app/Base.java
@@ -392,6 +392,7 @@ public Base(String[] args) throws Exception {
392
outputFile = new Compiler(sketch).build(progress -> {}, false);
393
} catch (Exception e) {
394
// Error during build
395
+ e.printStackTrace();
396
System.exit(1);
397
}
398
build/shared/revisions.txt
@@ -1,5 +1,8 @@
1
ARDUINO 1.8.5
2
3
+[ide]
4
+*
5
+
6
ARDUINO 1.8.4 2017.08.23
7
8
[ide]
0 commit comments