mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-04 21:14:48 +00:00
bugfix: complex.nim compiles
This commit is contained in:
@@ -16,7 +16,8 @@ proc execCode(code: string): string =
|
||||
f.close()
|
||||
else:
|
||||
raise newException(EIO, "Unable to open file")
|
||||
result = osproc.execProcess("nimrod run --verbosity:0 temp.nim")
|
||||
result = osproc.execProcess(
|
||||
"nimrod run --verbosity:0 --hint[Conf]:off temp.nim")
|
||||
|
||||
var shiftPressed = False
|
||||
var w: gtk2.PWindow
|
||||
|
||||
Reference in New Issue
Block a user