Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jun 23, 2024
1 parent 1e6fcab commit 99b5776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/dub/dub.d
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,9 @@ class Dub {

auto dub = new TestDub(null, ".", null, SkipPackageSuppliers.configured);
immutable testdir = dub.fs.getcwd() ~ "test-determineDefaultCompiler";
import std.stdio;
writeln("CWD: ", dub.fs.getcwd());
writeln("testdir: ", testdir);

immutable olddc = environment.get("DC", null);
immutable oldpath = environment.get("PATH", null);
Expand Down

0 comments on commit 99b5776

Please sign in to comment.