Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxone committed Jan 30, 2025
1 parent 8508489 commit 94b0ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndc-duckduckapi/src/duckduckapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ async function openDatabaseFile(dbUrl: string): Promise<Database> {
const db = await Database.create(dbPath);
await db.run(DATABASE_SCHEMA);

console.log("Created database file at", dbPath);
console.log("Opened database file at", dbPath);

return db;
}
Expand Down

0 comments on commit 94b0ac7

Please sign in to comment.