~williewillus/r16

9b389db9d84825f6cf8ec55c5e1caf0dda0ab584 — Vincent Lee 2 years ago 27c6b51
Fix crash if debugserver option not present
1 files changed, 1 insertions(+), 1 deletions(-)

M main.rkt
M main.rkt => main.rkt +1 -1
@@ 114,7 114,7 @@
           (vector-ref v 0)
           (vector-ref v 1)))

  (when (hash-ref config 'debugserver)
  (when (hash-ref config 'debugserver #f)
    (dbg:serve))

  (call-with-sandbox-conf