mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
remove extra line
This commit is contained in:
parent
684e0d05fd
commit
c3aa285fe5
2 changed files with 2 additions and 2 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
none
|
||||
none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue