Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh authored Jun 26, 2024
2 parents 47905c1 + f1ece37 commit 0c3ac9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/goblintserver/GoblintServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ public List<String> constructGoblintRunCommand() {
"--set", "server.unix-socket", new File(getGoblintSocket()).getAbsolutePath()
));
if (configuration.abstractDebugging()) {
command.add("--enable");
command.add("exp.arg");
command = ArrayUtils.addAll(command, "--enable", "exp.arg.enabled");
}
return command;
}
Expand Down

0 comments on commit 0c3ac9c

Please sign in to comment.