Skip to content
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
@swyxio

Description

@swyxio

Describe the bug

this is what I thought the bug was

  1. in the CLI we tell people to pass --no-timeout to disable
  2. however that just gives us a opts.timeout value of false
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions