popcode icon indicating copy to clipboard operation
popcode copied to clipboard

Runtime errors should clear when you press the Refresh button

Open outoftime opened this issue 8 years ago • 0 comments

Pressing the “Refresh” button should clear runtime errors.

To reproduce:

  • Write some JS code that will generate an error, e.g.

    $('body').click(function() { window.bogus.thisWillError(); });
    
  • Trigger the error

  • Click the “refresh” button in the top-left of the preview

  • Expect the error notification to disappear

  • Observe that it doesn’t

outoftime avatar Nov 18 '17 15:11 outoftime