Exposing process.env status (#12166)

This commit is contained in:
Hari Juturu 2018-03-13 20:01:40 -07:00 committed by Samuel Attard
parent 134872e9c1
commit 704af29543
4 changed files with 24 additions and 0 deletions

View file

@ -38,6 +38,9 @@ process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = true
// eslint-disable-next-line
process.stdout
// Adding a variable for sandbox process.env test validation
process.env.sandboxmain = ''
// Access console to reproduce #3482.
// eslint-disable-next-line
console