Where'd the space go?

??
This commit is contained in:
tgpethan 2019-09-08 13:38:13 +01:00
parent bbdb115f7a
commit 4205c39125
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ let dE = new Date(), startTime = dE.getTime(), endTime, modules = [], image_json
// Clear console before printing anything
console.clear();
fs.readFile('./misc/ascii.txt', function(err, data) {
if (err) throw err;
fs.readdir(config.server.image_dir, (err, files) => {