mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add return to storeAppList
This commit is contained in:
parent
82176d8bc5
commit
8df1ddbdf7
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ const storeAppList = async function (builder) {
|
||||||
// console.log('builder.nuxt.options', builder.nuxt.options)
|
// console.log('builder.nuxt.options', builder.nuxt.options)
|
||||||
await fs.writeFile(appListPath, JSON.stringify(appList))
|
await fs.writeFile(appListPath, JSON.stringify(appList))
|
||||||
await fs.writeFile(gamesListPath, JSON.stringify(gamesList))
|
await fs.writeFile(gamesListPath, JSON.stringify(gamesList))
|
||||||
|
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue