mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
changed folder name
This commit is contained in:
parent
d06189eefe
commit
8cf942d50a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export class DBService {
|
|||
if (!this.db || forceReload) {
|
||||
try {
|
||||
const SQL = await initSqlJs({
|
||||
locateFile: (file) => `${basePath}/${this.app.vault.configDir}/plugins/sqliteDB/${file}`,
|
||||
locateFile: (file) => `${basePath}/${this.app.vault.configDir}/plugins/sqlite-db/${file}`,
|
||||
});
|
||||
const fileBuffer = readFileSync(settings.dbFilePath);
|
||||
const uint8Array = new Uint8Array(fileBuffer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue