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 5ea000c commit c0c75a9Copy full SHA for c0c75a9
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