From e3ef6dcd966767ed4f596d7c5e85ae5857bb8b5c Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 8 May 2023 16:45:01 -0400 Subject: [PATCH] Update db-log-addOn.js --- db-log-addOn.js | 1 + 1 file changed, 1 insertion(+) 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));