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 8ee444a commit 7963969Copy full SHA for 7963969
io.sloeber.core/src/io/sloeber/core/managers/WorkAround.java
@@ -85,6 +85,7 @@ static synchronized public File MakeBoardsSloeberTxt(File requestedFileToWorkAro
85
}
86
String inFile=requestedFileToWorkAround.toString();
87
String actualFileToLoad=inFile.replace(Const.BOARDS_FILE_NAME,"boards.sloeber.txt");
88
+ System.out.println("converting " +inFile +" to "+actualFileToLoad);
89
if(inFile.equals(actualFileToLoad)) {
90
Common.log(new Status(IStatus.ERROR, Activator.getId(),
91
"Boards.txt file is not recognized " + requestedFileToWorkAround.toString()));
0 commit comments