Skip to content

Commit

Permalink
Keep dart-exec writeable for windows
Browse files Browse the repository at this point in the history
see #381
  • Loading branch information
larsgrefer committed Oct 9, 2023
1 parent a4754f1 commit 814ba4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ synchronized static void extractBundled() throws IOException {
bundledDartExec = execFile[0];
}

bundledDartExec.setWritable(false);
bundledDartExec.setExecutable(true, true);
}

Expand Down

0 comments on commit 814ba4c

Please sign in to comment.