exit output bugfix and nickname in pretext
This commit is contained in:
parent
0d9eabe32e
commit
c7ccad3974
5
index.js
5
index.js
@ -1,12 +1,11 @@
|
||||
// Global logging toggles
|
||||
const fileLogging = false;
|
||||
// const fileLogging = false;
|
||||
const consoleLogging = false;
|
||||
|
||||
|
||||
// Imports
|
||||
const fs = require('fs');
|
||||
// const fs = require('fs');
|
||||
const http = require('http');
|
||||
const crypto = require('crypto');
|
||||
const express = require('express');
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user