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
Version: Deno 2.2.2
My repo uses ps12exe to help users install git, deno, and start the repo. But it seems that deno's Chinese output in ps12exe is messed up.
Install-Module ps12exe -Scope CurrentUser -Force
It'll download an 1mb powershell moule for generate exe, you can remove it by Uninstall-Module ps12exe 3. Run the following command:
Uninstall-Module ps12exe
deno eval "console.log('测试')" # outputs: 测试 "deno eval `"console.log('测试')`"" | ps12exe ./a.exe # outputs: 娴嬭瘯 "'测试'" | ps12exe ./a.exe # outputs: 测试
You don't need to install powershell core, use windows powershell that comes with windows and make sure deno is in your path can also reproduce this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: Deno 2.2.2
My repo uses ps12exe to help users install git, deno, and start the repo.
But it seems that deno's Chinese output in ps12exe is messed up.
reproduce:
It'll download an 1mb powershell moule for generate exe, you can remove it by
Uninstall-Module ps12exe
3. Run the following command:
You don't need to install powershell core, use windows powershell that comes with windows and make sure deno is in your path can also reproduce this.

The text was updated successfully, but these errors were encountered: