summary refs log tree commit diff stats
path: root/drnim/drnim.nim
diff options
context:
space:
mode:
Diffstat (limited to 'drnim/drnim.nim')
-rw-r--r--drnim/drnim.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/drnim/drnim.nim b/drnim/drnim.nim
index b4761a398..d68175c83 100644
--- a/drnim/drnim.nim
+++ b/drnim/drnim.nim
@@ -1269,7 +1269,7 @@ proc handleCmdLine(cache: IdentCache; conf: ConfigRef) =
 
   self.processCmdLineAndProjectPath(conf)
   var graph = newModuleGraph(cache, conf)
-  if not self.loadConfigsAndRunMainCommand(cache, conf, graph): return
+  if not self.loadConfigsAndProcessCmdLine(cache, conf, graph): return
   mainCommand(graph)
   if conf.hasHint(hintGCStats): echo(GC_getStatistics())