You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've noticed that after adding Drizzle to my project, my VSCode PowerShell console starts crashing after stopping the server that runs using the tsx watch command.
It crashes with this error: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 2.
I've created the minimal reproduction repo. Please give it a try.
Some important notes:
this doesn't happen if using Command Prompt instead PowerShell in VSCode
it also doesn't happen if running the server without the watch command (so only using tsx)
commenting out the drizzle import also stops the crashing problem
Hopefully this info will help you trace the issue. If you have any more questions, feel free to ask.
Thanks for your work.
Bugs are expected to be fixed by those affected by it
I'm interested in working on this issue
Compensating engineering work will speed up resolution and support the project
I'm willing to offer $10 for financial support
The text was updated successfully, but these errors were encountered:
Just to add, it crashes in other cases too, not only when using Drizzle. I have no idea what's causing it, but maybe the minimal reproduction example can still be useful a bit.
Acknowledgements
Minimal reproduction URL
https://github.com/IcyFoxe/tsx-powershell-crash
Problem & expected behavior (under 200 words)
Hello, I've noticed that after adding Drizzle to my project, my VSCode PowerShell console starts crashing after stopping the server that runs using the
tsx watch
command.It crashes with this error:
"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 2.
I've created the minimal reproduction repo. Please give it a try.
Some important notes:
watch
command (so only usingtsx
)drizzle
import also stops the crashing problemHopefully this info will help you trace the issue. If you have any more questions, feel free to ask.
Thanks for your work.
Bugs are expected to be fixed by those affected by it
Compensating engineering work will speed up resolution and support the project
The text was updated successfully, but these errors were encountered: