remove extra line

This commit is contained in:
slynn1324 2021-01-25 10:41:16 -06:00
parent 684e0d05fd
commit c3aa285fe5
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ process.on('SIGTERM', () => {
process.exit(0);
});
let VERSION = require('fs').readFileSync('version.txt', 'utf8');
let VERSION = require('fs').readFileSync('version.txt', 'utf8').trim();
const argv = yargs
.option('slow', {

View file

@ -1 +1 @@
none
none