dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Add error handling to AMD require in `load` #273

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

Resolves #272, so that the core/load promise rejects when the AMD loader reports an error for the module id(s) being loaded.

codecov-io commented 7 years ago

Current coverage is 94.94% (diff: 85.71%)

Merging #273 into master will decrease coverage by 0.20%

@@             master       #273   diff @@
==========================================
  Files            34         34          
  Lines          1813       1819     +6   
  Methods          19         19          
  Messages          0          0          
  Branches        353        355     +2   
==========================================
+ Hits           1725       1727     +2   
- Misses           27         28     +1   
- Partials         61         64     +3   

Powered by Codecov. Last update 471efd6...00a4239