(reason)
| 3142 | }; |
| 3143 | |
| 3144 | var reject = function (reason) { |
| 3145 | "development" !== 'production' && warn( |
| 3146 | "Failed to resolve async component: " + (String(factory)) + |
| 3147 | (reason ? ("\nReason: " + reason) : '') |
| 3148 | ); |
| 3149 | }; |
| 3150 | |
| 3151 | var res = factory(resolve, reject); |
| 3152 |