Skip to content
  • David Thompson's avatar
    66a5e503
    Catch failed abort-to-prompt calls when raising exceptions. · 66a5e503
    David Thompson authored
    This short-circuits what would otherwise be an unbounded loop that
    presently results in a call stack overflow on runtimes like web
    browsers and NodeJS.
    
    It feels kind of weird to be adding an exception handler while raising
    an exception.  Perhaps this will prove to be a naive solution, but it
    does seem to resolve the real world problems we are experiencing right
    now.
    
    Fixes #354.
    66a5e503
    Catch failed abort-to-prompt calls when raising exceptions.
    David Thompson authored
    This short-circuits what would otherwise be an unbounded loop that
    presently results in a call stack overflow on runtimes like web
    browsers and NodeJS.
    
    It feels kind of weird to be adding an exception handler while raising
    an exception.  Perhaps this will prove to be a naive solution, but it
    does seem to resolve the real world problems we are experiencing right
    now.
    
    Fixes #354.
Loading