txt: more robust TXT parsing (#1706)
This commit is contained in:
@@ -51,6 +51,7 @@ const indexedDBFileSystem: FileSystem = {
|
||||
const content = await this.readFile(path, base, 'binary');
|
||||
return URL.createObjectURL(new Blob([content]));
|
||||
} catch {
|
||||
console.warn(`Failed to get Blob URL for path: ${path} in base: ${base}`);
|
||||
return path;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user