Skip to content

Commit

Permalink
db-tabulator: make queries file location independent of working direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
siddharthvp committed Jun 13, 2024
1 parent b73ffde commit 476a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-tabulator/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function checkShutoff() {
return text?.trim();
}

const queriesLog = createLogStream('queries.log');
const queriesLog = createLogStream(__dirname + '/queries.log');

export class Query extends EventEmitter {

Expand Down

0 comments on commit 476a51a

Please sign in to comment.