From f50975cf7a1a09680653c4b8b86d25f9bac914cd Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 18 Jan 2023 15:05:59 +0100 Subject: [PATCH] moved to before-unload event --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 566b0f0..3e04cc8 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const logging = false; +const logging = true; const fs = require('fs'); const http = require('http');