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 ba9e0da commit bf50518Copy full SHA for bf50518
io.sloeber.core/src/io/sloeber/core/internal/SloeberConfiguration.java
@@ -196,7 +196,7 @@ private void configureIfDirty() {
196
private boolean projectNeedsUpdate() {
197
IPath corePath = myBoardDescription.getActualCoreCodePath();
198
IFolder coreFolder = getArduinoCoreFolder();
199
- if (!coreFolder.getLocation().equals(corePath)) {
+ if (! corePath.equals(coreFolder.getLocation())) {
200
// System.out.println("projectNeedsUpdate core Folder mismatch");
201
// System.out.println("corefolder "+coreFolder.getLocation());
202
// System.out.println("corePath "+corePath);
0 commit comments