fix: remove duplicate console listener
Some checks failed
Playwright Tests / test (push) Has been cancelled
Some checks failed
Playwright Tests / test (push) Has been cancelled
This commit is contained in:
parent
4cfdf9bb9a
commit
1c778175a5
@ -81,7 +81,9 @@ export const test = base.extend<ObsidianTestFixtures>({
|
|||||||
timeout: 60000,
|
timeout: 60000,
|
||||||
args: [getExe(obsidianPath), uriArg].filter((a) => !!a) as string[],
|
args: [getExe(obsidianPath), uriArg].filter((a) => !!a) as string[],
|
||||||
});
|
});
|
||||||
|
if (!experimentalUseSingleton) {
|
||||||
addConsoleListener(electronApp);
|
addConsoleListener(electronApp);
|
||||||
|
}
|
||||||
await electronApp.firstWindow();
|
await electronApp.firstWindow();
|
||||||
await run(electronApp);
|
await run(electronApp);
|
||||||
if (!experimentalUseSingleton) {
|
if (!experimentalUseSingleton) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user