Add return to storeAppList

This commit is contained in:
Sam Carlton 2020-11-21 16:43:41 -06:00
parent 82176d8bc5
commit 8df1ddbdf7

View file

@ -27,6 +27,8 @@ const storeAppList = async function (builder) {
// console.log('builder.nuxt.options', builder.nuxt.options)
await fs.writeFile(appListPath, JSON.stringify(appList))
await fs.writeFile(gamesListPath, JSON.stringify(gamesList))
return
}