Skip to content

Commit 04512c4

Browse files
committed
Debug
1 parent 4ee74a8 commit 04512c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/dub/dub.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,9 @@ class Dub {
16631663

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

16671670
immutable olddc = environment.get("DC", null);
16681671
immutable oldpath = environment.get("PATH", null);

0 commit comments

Comments
 (0)