Open salah-8 opened 1 month ago
Unfortunately I don't have a Windows development machine and can't do any testing. It looks like we just need to replace the use of :
with ;
in the commands we execute, and there's a constant provided by the Java APIs for this.
Hi, when I click "Build & Disassemble" on Windows, I got this error:
So i changed the
:
to;
in the code from thejoinToString
function. But now when I click "Build & Disassemble" I get this error:Can you please tell me how to make it work properly on Windows?