Making NodeLogging build on Logging

This commit is contained in:
Fabian
2019-03-31 23:51:27 -04:00
parent 9417264850
commit 72f06a88d6
13 changed files with 24 additions and 745 deletions

View File

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