Fix rendering of whitespace, continue wasm porting
This commit is contained in:
@@ -312,7 +312,6 @@ void Win32CloseProcess(Process *process) {
|
||||
}
|
||||
|
||||
static void Win32ProcessError(Process *process, String msg, String cmd) {
|
||||
Win32Process *p = (Win32Process *)process->platform;
|
||||
Win32ReportError(msg, cmd);
|
||||
Win32CloseProcess(process);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user