diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-09-23 16:29:05 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-09-23 16:29:05 +0200 |
commit | 7aad0d6544b14896cc83971aa0cdd6b5f96958ef (patch) | |
tree | 87ef74f0d9d231679bc3c731fcf3e978a7ccefda /compiler/rodread.nim | |
parent | 07531b41b9a3f1441c66ee157138915b34789ec1 (diff) | |
download | Nim-7aad0d6544b14896cc83971aa0cdd6b5f96958ef.tar.gz |
added 'nim jsonscript' feature
Diffstat (limited to 'compiler/rodread.nim')
-rw-r--r-- | compiler/rodread.nim | 2 |
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 |