Format version info output

This commit is contained in:
sadick254
2020-09-23 14:28:09 +03:00
parent cb448307b6
commit a3ae38f3e1

View File

@@ -12,8 +12,7 @@ const CSON = require('season');
const yargs = require('yargs');
const { app } = require('electron');
const version = `
Atom : ${app.getVersion()}
const version = `Atom : ${app.getVersion()}
Electron: ${process.versions.electron}
Chrome : ${process.versions.chrome}
Node : ${process.versions.node}`;