This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
sapper export --no-timeout
does not disable timeout #890
Open
Description
Describe the bug
this is what I thought the bug was
- in the CLI we tell people to pass
--no-timeout
to disable - however that just gives us a
opts.timeout
value offalse
- this is passed into setTimeout and times out immediately
however i tried this and STILL got timeouts... which means there is another layer of timeouts and i dont know where it is
Logs
n/a
To Reproduce
sapper export --no-timeout
with a lot of pages.
Expected behavior
it should continue exporting with no timeout
Severity
How severe an issue is this bug to you? Is this annoying, blocking some users, blocking an upgrade or blocking your usage of Sapper entirely?
moderate severity. obv not having a timeout is not ideal but a clear bug in the cli interface is also not good