Skip to content

Commit 11336cd

Browse files
author
jan
committed
add a comment
1 parent e4dc006 commit 11336cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.core/src/io/sloeber/core/Activator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ private static void installOtherStuff() {
404404
if (localMakePath.append(MAKE_EXE).toFile().exists()) {
405405
if (!localMakePath.append(SH_EXE).toFile().exists()) {
406406
try {
407+
//Sloeber needs the make that also contains sh.exe
407408
deleteDirectory(localMakePath);
408409
} catch (IOException e) {
409410
// should not happen

0 commit comments

Comments
 (0)