Making NodeLogging build on Logging
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { randomBytes } from "crypto";
|
||||
import * as fs from "fs";
|
||||
import { Logging, LoggingExtended } from "./index";
|
||||
import { Logging, LoggingExtended } from ".";
|
||||
|
||||
const deleteFolderRecursive = function (path: string) {
|
||||
if (fs.existsSync(path)) {
|
||||
fs.readdirSync(path).forEach(function (file, index) {
|
||||
|
Reference in New Issue
Block a user