mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Format version info output
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user