Skip to content

Commit

Permalink
Revert change to OOM message
Browse files Browse the repository at this point in the history
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
  • Loading branch information
ehmry and timotheecour authored Mar 9, 2021
1 parent ab54eb3 commit f143da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system/mmdisp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else:

proc raiseOutOfMem() {.noinline.} =
if outOfMemHook != nil: outOfMemHook()
writeToStdErr("out of memory")
writeToStdErr("out of memory\n")
quit(1)

when defined(boehmgc):
Expand Down

0 comments on commit f143da7

Please sign in to comment.