mirror of
https://github.com/AsgardEternal/DBLogExtension.git
synced 2025-01-02 13:19:19 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
be853d1746
commit
e3ef6dcd96
@ -5,6 +5,7 @@ import DBLog from './db-log.js';
|
|||||||
import path from "path";
|
import path from "path";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import { open } from "node:fs/promises"
|
import { open } from "node:fs/promises"
|
||||||
|
import {fileURLToPath} from "url";
|
||||||
|
|
||||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user