gluon: add embedded bools to versions
This commit is contained in:
parent
12e8fa90e0
commit
bcd0ba346c
@ -196,6 +196,11 @@ window.Gluon = {
|
||||
v8: {
|
||||
node: '${process.versions.v8}',
|
||||
chromium: '${browserInfo.jsVersion}'
|
||||
},
|
||||
|
||||
embedded: {
|
||||
node: ${'EMBEDDED_NODE' === 'true' ? 'true' : 'false'},
|
||||
chromium: false
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user