We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46581d commit 62aa5a6Copy full SHA for 62aa5a6
arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java
@@ -202,7 +202,7 @@ public void rescanLibraries() {
202
String[] headers = BaseNoGui
203
.headerListFromIncludePath(lib.getSrcFolder()); // TODO: Obtain from the CLI?
204
if (headers.length == 0) {
205
- throw new IOException(format(tr("no headers files (.h) found in {0}"),
+ System.out.println(format(tr("no headers files (.h) found in {0}"),
206
lib.getSrcFolder()));
207
}
208
0 commit comments