We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901d8c7 commit d4a1220Copy full SHA for d4a1220
arduino-core/src/cc/arduino/Compiler.java
@@ -134,7 +134,7 @@ enum BuilderAction {
134
}
135
136
137
- private static final Pattern ERROR_FORMAT = Pattern.compile("(.+\\.\\w+):(\\d+)(:\\d+)*:\\s*error:\\s*(.*)\\s*", Pattern.MULTILINE | Pattern.DOTALL);
+ private static final Pattern ERROR_FORMAT = Pattern.compile("(.+\\.\\w+):(\\d+)(:\\d+)*:\\s*(fatal)?\\s*error:\\s*(.*)\\s*", Pattern.MULTILINE | Pattern.DOTALL);
138
139
private final File pathToSketch;
140
private final Sketch sketch;
0 commit comments