This commit is contained in:
parent
66b0fd41b3
commit
ef51373ebf
@ -49,7 +49,9 @@ async function selectNewVault(page: Page, vaultPath: string) {
|
||||
const chooser = await promise;
|
||||
let el = chooser.element();
|
||||
console.log("chooser el", el);
|
||||
el.setInputFiles(vaultPath);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.debug(
|
||||
"congratulations, you don't have to choose a vault manually!"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user