diff --git a/db-log-addOn.js b/db-log-addOn.js index 5c656e0..28af3f7 100644 --- a/db-log-addOn.js +++ b/db-log-addOn.js @@ -5,6 +5,7 @@ import DBLog from './db-log.js'; import path from "path"; import fs from "fs"; import { open } from "node:fs/promises" +import {fileURLToPath} from "url"; const __dirname = path.dirname(fileURLToPath(import.meta.url));