mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: simplify unicode console output (#20017)
This commit is contained in:
committed by
John Kleinschmidt
parent
35ebbb5f6e
commit
7d4e0ad7b0
@@ -6,8 +6,8 @@ const ELECTRON_DIR = path.resolve(__dirname, '..', '..')
|
||||
const SRC_DIR = path.resolve(ELECTRON_DIR, '..')
|
||||
|
||||
require('colors')
|
||||
const pass = '\u2713'.green
|
||||
const fail = '\u2717'.red
|
||||
const pass = '✓'.green
|
||||
const fail = '✗'.red
|
||||
|
||||
function getElectronExec () {
|
||||
const OUT_DIR = getOutDir()
|
||||
|
||||
Reference in New Issue
Block a user