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