diff --git a/client/index.ts b/client/index.ts index a5dfa6b..77dba48 100644 --- a/client/index.ts +++ b/client/index.ts @@ -8,6 +8,8 @@ import MDBReader from 'mdb-reader'; import { diff } from 'just-diff'; import { version } from './package.json'; +console.log(`FDLogUp Client v${version}`); + const rl = readline.createInterface({ input: process.stdin, output: process.stdout @@ -115,8 +117,5 @@ process.on("SIGINT", () => { }); rl.close(); - -console.log(`FDLogUp Client v${version}`); - // "Upload first" option if (process.argv[2] === '--upload') _upload();