Merge branch 'beta' of github.com:cmdr2/stable-diffusion-ui into beta

This commit is contained in:
cmdr2 2022-11-22 22:22:07 +05:30
commit 927fd304b0

View File

@ -408,7 +408,7 @@ async function parseContent(text) {
}
async function readFile(file, i) {
console.log(`Event %o reading file[${i}]:${file.name}...`, e)
console.log(`Event %o reading file[${i}]:${file.name}...`)
const fileContent = (await file.text()).trim()
return await parseContent(fileContent)
}