ActiveSearch/SearchAll command and beginnings of ReplaceAll command, coroutine interface change
This commit is contained in:
@@ -915,8 +915,10 @@ int main(int argc, char **argv)
|
||||
ReportConsolef("WorkDir = %S", WorkDir);
|
||||
if (Testing) InitTests();
|
||||
#if OS_WINDOWS
|
||||
CoRemove("Windows_SetupVCVarsall");
|
||||
CoData *co_data = CoAdd(Windows_SetupVCVarsall);
|
||||
co_data->dont_wait_until_resolved = true;
|
||||
CoResume(co_data);
|
||||
#endif
|
||||
#if OS_WASM
|
||||
emscripten_set_main_loop(MainLoop, 0, 1);
|
||||
|
||||
Reference in New Issue
Block a user