chore: bump chromium to 93.0.4550.0 (main) (#29751)
This commit is contained in:
parent
c5066cce22
commit
b8261f1591
78 changed files with 402 additions and 429 deletions
2
spec/fixtures/api/gpu-info.js
vendored
2
spec/fixtures/api/gpu-info.js
vendored
|
@ -8,7 +8,7 @@ app.whenReady().then(() => {
|
|||
w.webContents.once('did-finish-load', () => {
|
||||
app.getGPUInfo(infoType).then(
|
||||
(gpuInfo) => {
|
||||
console.log(JSON.stringify(gpuInfo));
|
||||
console.log('HERE COMES THE JSON: ' + JSON.stringify(gpuInfo) + ' AND THERE IT WAS');
|
||||
setImmediate(() => app.exit(0));
|
||||
},
|
||||
(error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue