Hi
I am currently having an issue when using open
when simply opening a URL on Windows. I use the following code:
const open = require('open');
const result = await open('https://google.be/');
This will run the code, but the browser will not open. I have noticed that, when the code takes longer to execute, by for example adding a for loop that takes +- 5 seconds to run, that the browser will in fact open and it will work.
I have also noticed, that by adding { wait: true }
, it will also start working, but that is not an option because when testing it on my macbook it will explicitly wait until the entire Chrome process has closed.
Is there any chance that you could have a look at this?
Thanks!
Mathijs
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too