mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:56:38 +08:00
fix(build): an argument was not provided
This commit is contained in:
parent
2a4d3b71f2
commit
741a4af570
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue