-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docusaurus build
exists early
#23297
Labels
Comments
Closed
Painful to debug but I think I tracked it down to the SSG plugin in Docusaurus. https://github.com/facebook/docusaurus/blob/73016d4936164ba38d4b86ec2aa8c168b5904a21/packages/docusaurus/src/ssg.ts#L249-L250 |
|
littledivy
added a commit
to littledivy/deno
that referenced
this issue
Apr 10, 2024
Fixes denoland#23297 `docusaurus build` works!
littledivy
added a commit
that referenced
this issue
Apr 13, 2024
Fixes #23297 `docusaurus build` works! ``` $ deno run -A repro.js fish: Job 1, 'deno run -A ../../littledivy/fs…' terminated by signal SIGSEGV (Address boundary error) $ denod run -A repro.js error: Uncaught (in promise) Error: rejected ``` Depends on denoland/deno_core#693
bartlomieju
pushed a commit
that referenced
this issue
Apr 15, 2024
Fixes #23297 `docusaurus build` works! ``` $ deno run -A repro.js fish: Job 1, 'deno run -A ../../littledivy/fs…' terminated by signal SIGSEGV (Address boundary error) $ denod run -A repro.js error: Uncaught (in promise) Error: rejected ``` Depends on denoland/deno_core#693
littledivy
added a commit
to littledivy/deno
that referenced
this issue
Apr 19, 2024
Fixes denoland#23297 `docusaurus build` works! ``` $ deno run -A repro.js fish: Job 1, 'deno run -A ../../littledivy/fs…' terminated by signal SIGSEGV (Address boundary error) $ denod run -A repro.js error: Uncaught (in promise) Error: rejected ``` Depends on denoland/deno_core#693
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: