Skip to content

Commit 190d56a

Browse files
committed
Debug
1 parent 89b5335 commit 190d56a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/dub/dub.d

+3
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)