This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ export class PackwizPack {
|
||||
await writeFile(packIndexFileHandle, packIndexBytes)
|
||||
})
|
||||
await getFileHandle(this.packDirectoryHandle, this.packFileName, { "create": true })
|
||||
.then(packFileHandle => writeFile(packFileHandle, stringifyTOML(this.packMetaData)))
|
||||
.then(packFileHandle => writeFile(packFileHandle, encode(stringifyTOML(this.packMetaData))))
|
||||
console.log("changes saved")
|
||||
return this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user