Fix #63 : should not retry search when provider sent errors

This commit is contained in:
Kylart 2019-11-13 11:35:36 +01:00
parent 1d406dc22b
commit ec18baaf9d
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ export default {
const { name, msg } = data
this.$log('Could not retrieve information for', name, msg)
setTimeout(this.updateInfo, 750)
// TODO: Might be great to add not found template information
},
setHandlers () {