diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 69bc310c..b0c283a6 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -1783,7 +1783,7 @@ [msg macrof where] (def ec (dyn :err-color)) (if macrof - (debug/stacktrace macrof msg) + (debug/stacktrace macrof (string msg " while compiling " where)) (eprint (if ec "\e[31m" "") "compile error: "