Fix calling tools JS
This commit is contained in:
parent
5f0080a7d7
commit
29eb07c159
23 changed files with 27 additions and 23 deletions
|
@ -1266,7 +1266,7 @@ async function showCallingDevToolsWindow() {
|
|||
sandbox: true,
|
||||
contextIsolation: true,
|
||||
nativeWindowOpen: true,
|
||||
preload: join(__dirname, '../bundles/callingtools/preload.js'),
|
||||
preload: join(__dirname, '../bundles/calling-tools/preload.js'),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue