build blueprints after update

This commit is contained in:
Lachlan Kermode
2018-12-10 13:15:03 +00:00
parent 8578bf3ae1
commit 60024a0479

View File

@@ -155,6 +155,7 @@ class Fetcher {
})
)
})
.then(this._buildBlueprintsAsync())
.then(() => true)
.catch(() => false)
}