summary refs log tree commit diff stats
path: root/compiler/nimrod.nim
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2014-07-28 17:41:00 +0200
committerdef <dennis@felsin9.de>2014-07-28 17:41:00 +0200
commitd9b5ae13be7c7f9e92a5af4fa4274eae8c57397f (patch)
treea18a89e36465ad97ec5f05bdafe0e3d6fbbe3e1a /compiler/nimrod.nim
parentf59d76a59e73f4b9697796535929d9337936cdd4 (diff)
downloadNim-d9b5ae13be7c7f9e92a5af4fa4274eae8c57397f.tar.gz
Allow arguments for "nimrod run"
Diffstat (limited to 'compiler/nimrod.nim')
-rw-r--r--compiler/nimrod.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.nim b/compiler/nimrod.nim
index efe3d83bf..ea7621b09 100644
--- a/compiler/nimrod.nim
+++ b/compiler/nimrod.nim
@@ -58,7 +58,7 @@ proc handleCmdLine() =
     if msgs.gErrorCounter == 0:
       when hasTinyCBackend:
         if gCmd == cmdRun:
-          tccgen.run()
+          tccgen.run(service.arguments)
       if optRun in gGlobalOptions:
         if gCmd == cmdCompileToJS:
           var ex: string