chore: strip trailing whitespace (#35969)
This commit is contained in:
parent
dbdbb6fb3b
commit
fd761ec8f7
44 changed files with 91 additions and 94 deletions
|
@ -76,7 +76,7 @@ describe('contextBridge', () => {
|
|||
const gc=require('vm').runInNewContext('gc');
|
||||
renderer_1.webFrame.setIsolatedWorldInfo(${worldId}, {
|
||||
name: "Isolated World"
|
||||
});
|
||||
});
|
||||
renderer_1.contextBridge.exposeInIsolatedWorld(${worldId}, 'GCRunner', {
|
||||
run: () => gc()
|
||||
});`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue