mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Fix emscripten build.
This commit is contained in:
		| @@ -44,7 +44,7 @@ static int enter_loop(void) { | ||||
|     Janet ret; | ||||
|     JanetSignal status = janet_continue(repl_fiber, janet_wrap_nil(), &ret); | ||||
|     if (status == JANET_SIGNAL_ERROR) { | ||||
|         janet_stacktrace(repl_fiber, "runtime", ret); | ||||
|         janet_stacktrace(repl_fiber, ret); | ||||
|         janet_deinit(); | ||||
|         repl_fiber = NULL; | ||||
|         return 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose