Moved nolog file to data folder

This commit is contained in:
mrfry 2021-04-16 14:15:38 +02:00
parent e2c15f8445
commit b4106e2783
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ const statFile = 'stats/stats'
const vStatFile = 'stats/vstats'
const uStatsFile = 'stats/ustats'
const uvStatsFile = 'stats/uvstats'
const nologFile = './nolog'
const nologFile = './data/nolog'
const colors = ['green', 'red', 'yellow', 'blue', 'magenta', 'cyan']
const logFileName = 'log'