Update Database.ts
This commit is contained in:
@@ -122,7 +122,7 @@ export class Database {
|
|||||||
static async open(file: string): Promise<void> {
|
static async open(file: string): Promise<void> {
|
||||||
if (Database.db) return;
|
if (Database.db) return;
|
||||||
|
|
||||||
console.log('Opening SQLite database')
|
console.log('Opening SQLite database');
|
||||||
|
|
||||||
Database.db = await open({
|
Database.db = await open({
|
||||||
filename: file,
|
filename: file,
|
||||||
|
|||||||
Reference in New Issue
Block a user