Skip to content

Commit 366e07d

Browse files
author
jantje
committed
More descriptive error message on the path containing sh and/or bash
1 parent 5b52a6f commit 366e07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/ui/Activator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private static void testKnownIssues() {
9292
addString = " and "; //$NON-NLS-1$
9393
}
9494
if (!errorString.isEmpty()) {
95-
errorString += " found on your system. \nThe plugin will not work properly."; //$NON-NLS-1$
95+
errorString += " found in the path of your system.\nThe Eclipse Arduino IDE may not work properly with these files in the path.\nPlease change the path environment variable."; //$NON-NLS-1$
9696
Common.log(new Status(IStatus.ERROR, Const.CORE_PLUGIN_ID, errorString));
9797
}
9898
}

0 commit comments

Comments
 (0)