Skip to content

Commit ed9528f

Browse files
committed
Add debug info to test windows
1 parent 1ca49fa commit ed9528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Toolbox.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Toolbox {
2525
catch {
2626
case ex: ClassNotFoundException =>
2727
throw new ToolboxNotFoundException(
28-
s"""Could not load the Toolbox class `${ex.getMessage}` from the JVM classpath. Make sure that the compiler is on the JVM classpath.""",
28+
s"""Could not load the Toolbox class `${ex.getMessage}` from the JVM classpath. Make sure that the compiler is on the JVM classpath. ${System.getProperty("java.class.path")}""",
2929
ex
3030
)
3131
}

0 commit comments

Comments
 (0)