AssemblyScript / assemblyscript

A TypeScript-like language for WebAssembly.
https://www.assemblyscript.org
Apache License 2.0
16.6k stars 650 forks source link

npx asinit . #2816

Closed jlguenego closed 5 months ago

jlguenego commented 5 months ago

Bug description

OS : Windows 10 Terminal : cmd

When executing npx asinit . everything is good except the colors. Some part of the the text on the console is white. This does not work if the user has a white background. white color on white background is not good for user experience.

The text color should not be changed so it should be better for everyone.

Steps to reproduce

1) Open a custom cmd terminal with white background. 2) Run the command npx asinit .

image

AssemblyScript version

v0.27.23