Update db-log-addOn.js

This commit is contained in:
Skillet 2023-05-08 16:45:01 -04:00 committed by GitHub
parent be853d1746
commit e3ef6dcd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));