summary refs log tree commit diff stats
path: root/compiler/injectdestructors.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-07-12 21:05:33 +0200
committerAraq <rumpf_a@web.de>2019-07-12 21:53:46 +0200
commit423e8cca91d06983fd0bd65419c00a6ae6da2d80 (patch)
tree9e0e56b41bb21df037ed797acfb192a8aef1106e /compiler/injectdestructors.nim
parent416ba133ad1e62cc8ce7241c85e89d5707b5736f (diff)
downloadNim-423e8cca91d06983fd0bd65419c00a6ae6da2d80.tar.gz
newruntime: refchecks:on|off switch
Diffstat (limited to 'compiler/injectdestructors.nim')
-rw-r--r--compiler/injectdestructors.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/injectdestructors.nim b/compiler/injectdestructors.nim
index 7c4e7f62b..2f883a8b3 100644
--- a/compiler/injectdestructors.nim
+++ b/compiler/injectdestructors.nim
@@ -154,7 +154,7 @@ type
     uninit: IntSet # set of uninit'ed vars
     uninitComputed: bool
 
-const toDebug = "" # "server_continue"
+const toDebug = "" # "serverNimAsyncContinue"
 
 template dbg(body) =
   when toDebug.len > 0: