mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
fix(build): an argument was not provided
This commit is contained in:
parent
2a4d3b71f2
commit
741a4af570
@ -30,7 +30,7 @@ function buildIntegrationTestDatabase(dbPath?: string) {
|
||||
return new Database(dbBuffer);
|
||||
}
|
||||
|
||||
function rebuildIntegrationTestDatabase(dbPath: string) {
|
||||
function rebuildIntegrationTestDatabase(dbPath?: string) {
|
||||
if (dbConnection) {
|
||||
dbConnection.close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user