summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-07-09 20:15:40 +0200
committerAraq <rumpf_a@web.de>2019-07-09 20:15:57 +0200
commit55e8aefbea2c6a152af903e60832a026b8bbf091 (patch)
tree1cbc7bdc1907edd7dac64c51643db5d26fd05973 /compiler
parent73c570d1d99651b4f79a0bc5f7e10027e5b7208a (diff)
downloadNim-55e8aefbea2c6a152af903e60832a026b8bbf091.tar.gz
newruntime: async progress
Diffstat (limited to 'compiler')
-rw-r--r--compiler/injectdestructors.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/injectdestructors.nim b/compiler/injectdestructors.nim
index c2d135e86..7893db61d 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 = ""
+const toDebug = "" # "server_continue"
 
 template dbg(body) =
   when toDebug.len > 0: