We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node v22.11.0 macos 14.7.1 unstorage 1.13.1
https://stackblitz.com/edit/vitejs-vite-vdcacm?file=src%2Findex.ts
Can't reproduce on stackblitz but on local maschine. As you can see in the code
if (b.some((v) => v.status === 'fulfilled' && v.value === '')) { console.log('Something went wrong'); }
it checks if v.value is an empty string (which should never be the case)
but I still get this log
Sending response Sending response Sending response Sending response Something went wrong Sending response Sending response Sending response Something went wrong Sending response Sending response Something went wrong
when opening the tab and holding ⌘ Cmd + R
Using a package like async-mutex I was able to workaround this bug
async-mutex
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
node v22.11.0
macos 14.7.1
unstorage 1.13.1
Reproduction
https://stackblitz.com/edit/vitejs-vite-vdcacm?file=src%2Findex.ts
Describe the bug
Can't reproduce on stackblitz but on local maschine.
As you can see in the code
it checks if v.value is an empty string (which should never be the case)
but I still get this log
when opening the tab and holding ⌘ Cmd + R
Additional context
Using a package like
async-mutex
I was able to workaround this bugLogs
No response
The text was updated successfully, but these errors were encountered: