Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Oct 27, 2023
2 parents 2e886f7 + eb4e075 commit c8f9d33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public DAPMessageList run(DAPRequest request)
return result(request, null);

case "-t":
i++;
timeout = Integer.parseInt(arglist.get(i));
break;

Expand Down

0 comments on commit c8f9d33

Please sign in to comment.