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