fix #13633 fix koch boot crashing regression (#13635)

This commit is contained in:
Timothee Cour
2020-03-12 03:39:10 -07:00
committed by GitHub
parent 2bb0ada797
commit 60a3e036f6

View File

@@ -1138,7 +1138,7 @@ proc runJsonBuildInstructions*(conf: ConfigRef; projectfile: AbsoluteFile) =
except:
let e = getCurrentException()
quit "\ncaught exception:n" & e.msg & "\nstacktrace:\n" & e.getStackTrace() &
quit "\ncaught exception:\n" & e.msg & "\nstacktrace:\n" & e.getStackTrace() &
"error evaluating JSON file: " & jsonFile.string
proc genMappingFiles(conf: ConfigRef; list: CfileList): Rope =