office-gobmx/static/emscripten/environment.js
Stephan Bergmann 39de116b73 +WARN is the default with an unset SAL_LOG env var, anyway
Change-Id: Ia8bbc1bdc09705f1ecab783d0d73a417f0ef84e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172378
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-08-26 16:30:12 +02:00

5 lines
154 B
JavaScript

if (!('preRun' in Module)) Module['preRun'] = [];
Module.preRun.push(function() {
ENV.MAX_CONCURRENCY = '4';
});
Module.ignoreApplicationExit = true;