Skip to content

Commit 13c64c0

Browse files
committed
fix dirname import
1 parent c0848fe commit 13c64c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/query.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/usr/bin/env node
22

3+
import {mkdir, writeFile} from "node:fs/promises";
4+
import {dirname, join} from "node:path";
35
import {parseArgs} from "node:util";
46
import {getDatabase, getDatabaseConfig, getQueryCachePath} from "../src/databases/index.js";
5-
import {dirname} from "node:path/win32";
6-
import {mkdir, writeFile} from "node:fs/promises";
7-
import {join} from "node:path";
87

98
if (process.argv[1] === import.meta.filename) run();
109

0 commit comments

Comments
 (0)