We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5889ffb commit 08f1644Copy full SHA for 08f1644
io.sloeber.core/src/io/sloeber/core/managers/WorkAround.java
@@ -102,7 +102,7 @@ static synchronized public File MakeBoardsSloeberTxt(File requestedFileToWorkAro
102
} catch (Exception e) {
103
// ignore and delete the file
104
}
105
- if (!FIRST_SLOEBER_WORKAROUND_LINE.equals(firstLine)) {
+ if (!FIRST_SLOEBER_WORKAROUND_LINE.equals(firstLine.trim())) {
106
boardsSloeberTXT.delete();
107
108
0 commit comments