#16751 closed defect (fixed)
dojo/ready is hiding errors
Reported by: | cjolif | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | Loader | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you run
<html> <head> <script type="text/javascript" src="../dojo.js" data-dojo-config="async: true"></script> <script type="text/javascript"> require(["dojo/ready"], function(ready){ ready(function(){ throw new Error("my error"); }) }); </script> </head> <body> </body> </html>
you will see no error in the console.
Attachments (1)
Change History (5)
comment:1 Changed 8 years ago by
Priority: | undecided → high |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
ready.js is explicitly catching and not reporting with a FIXME: