From cece83fdf26bcb0897b2ed785cd079a778878314 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 3 Nov 2022 14:00:52 +0100 Subject: [Web] Improve Godot shutdown and cleanup. --- platform/web/js/engine/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/web/js') diff --git a/platform/web/js/engine/config.js b/platform/web/js/engine/config.js index 41be7b2512..4560f12b49 100644 --- a/platform/web/js/engine/config.js +++ b/platform/web/js/engine/config.js @@ -275,7 +275,7 @@ const InternalConfig = function (initConfig) { // eslint-disable-line no-unused- 'print': this.onPrint, 'printErr': this.onPrintError, 'thisProgram': this.executable, - 'noExitRuntime': true, + 'noExitRuntime': false, 'dynamicLibraries': [`${loadPath}.side.wasm`], 'instantiateWasm': function (imports, onSuccess) { function done(result) { -- cgit v1.2.3