Commit 199b6ff2 authored by Michael Droettboom's avatar Michael Droettboom

Emit message when Python init is complete

parent a0d40e01
...@@ -59,6 +59,8 @@ extern "C" { ...@@ -59,6 +59,8 @@ extern "C" {
return 1; return 1;
} }
printf("Python initialization complete\n");
emscripten_exit_with_live_runtime(); emscripten_exit_with_live_runtime();
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment