Skip to content

Commit

Permalink
workaround random bug that just appeared
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jan 8, 2023
1 parent 60f67b9 commit a616de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dub/commandline.d
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import std.algorithm;
import std.array;
import std.conv;
import std.encoding;
import std.encoding : sanitize; // wtf why is this needed
import std.exception;
import std.file;
import std.getopt;
Expand Down

0 comments on commit a616de4

Please sign in to comment.