You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 7-Zip writes textual information and errors to `stdout` and `stderr` respectively, which are mapped to `print(text)` and `printErr(text)`.
156
+
- 7-Zip writes textual information and errors to `stdout` and `stderr` respectively, which call `print(text)` and `printErr(text)` every time a line of text is flushed from the buffer.
156
157
- If the Emscripten runtime terminates unexpectedly, `onAbort(reason)` should be called with an explanation.
157
158
- When errors happen inside 7-Zip, usually `onExit(errorCode)` will be called with an error code other than `0`.
158
159
- If the Emscripten runtime has trouble starting up, for example if the `.wasm` file cannot be downloaded or the browser does not support certain features, there is a chance that the call to `JS7z()` may throw an error.
@@ -269,4 +270,4 @@ The build will output `js7z.js`, `js7z.wasm` and, if multi-threaded mode is chos
269
270
270
271
---
271
272
272
-
Documentation (C) Copyright 2024 Gregory Maynard-Hoare. See the `7z-Src/DOC` folder for licence information.
273
+
This documentation Copyright (C) 2024 Gregory Maynard-Hoare. See the `7z-Src/DOC` folder for licence information.
0 commit comments