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,
|
||||
args: [getExe(obsidianPath), uriArg].filter((a) => !!a) as string[],
|
||||
});
|
||||
addConsoleListener(electronApp);
|
||||
if (!experimentalUseSingleton) {
|
||||
addConsoleListener(electronApp);
|
||||
}
|
||||
await electronApp.firstWindow();
|
||||
await run(electronApp);
|
||||
if (!experimentalUseSingleton) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user