@@ -8,7 +8,9 @@ const actions = {
]
Promise.all(promises).then(() => {
- console.log('ok')
+ console.log('loaded')
+ }).catch(error => {
+ console.log(error)
})
}