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
Does the solution proposed in #734 work for both cases? If yes, we should add it to the documentation (or fix something in the way we call the node process?)
On the JS backend, on Windows, in the VSCode terminal (Powershell):
println("🚩")
gets printed as
![image](https://private-user-images.githubusercontent.com/11269173/392853647-2ac621f8-50d8-43ca-9ad6-585e0d1bb000.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzUyNzMsIm5iZiI6MTczOTIzNDk3MywicGF0aCI6Ii8xMTI2OTE3My8zOTI4NTM2NDctMmFjNjIxZjgtNTBkOC00M2NhLTlhZDYtNTg1ZTBkMWJiMDAwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAwNDkzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY4MGIyNGUyYmIxNThkNTk1YWI3NzNlMTE5MmNlNWVmY2UwODEzYWVjNjQxOTllMzJmYWE1ZGFkYjQxZDliOTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hDTFuj53fMsojuvd2EKS4sSwo8NZaqq04pt1IdUrnD4)
?
:However,
echo "🚩"
in the very same shell just works.Needs more investigating by someone with an access to a Windows machine to narrow down the problem.
The text was updated successfully, but these errors were encountered: