summary refs log tree commit diff stats
path: root/compiler/rodread.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-09-23 16:29:05 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-09-23 16:29:05 +0200
commit7aad0d6544b14896cc83971aa0cdd6b5f96958ef (patch)
tree87ef74f0d9d231679bc3c731fcf3e978a7ccefda /compiler/rodread.nim
parent07531b41b9a3f1441c66ee157138915b34789ec1 (diff)
downloadNim-7aad0d6544b14896cc83971aa0cdd6b5f96958ef.tar.gz
added 'nim jsonscript' feature
Diffstat (limited to 'compiler/rodread.nim')
-rw-r--r--compiler/rodread.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rodread.nim b/compiler/rodread.nim
index 3735075fd..31b54d760 100644
--- a/compiler/rodread.nim
+++ b/compiler/rodread.nim
@@ -589,7 +589,7 @@ proc cmdChangeTriggersRecompilation(old, new: TCommands): bool =
       return false
   of cmdNone, cmdDoc, cmdInterpret, cmdPretty, cmdGenDepend, cmdDump,
       cmdCheck, cmdParse, cmdScan, cmdIdeTools, cmdDef,
-      cmdRst2html, cmdRst2tex, cmdInteractive, cmdRun:
+      cmdRst2html, cmdRst2tex, cmdInteractive, cmdRun, cmdJsonScript:
     discard
   # else: trigger recompilation:
   result = true