We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From 3.1.39 emsdk has changed policy about stderr messages, now it is outputted as console.error messages, needs to change
stderr
fprintf(stderr, "%s", buf);
https://github.com/webarkit/WebARKitLib/blob/0eb8bc13292bb3eced10323972bc045f68b8277f/lib/SRC/ARUtil/log.c#L204 to print in the stdout instead.
The text was updated successfully, but these errors were encountered:
fix for issue webarkit/jsartoolkitNFT#364
fd5ac00
fix for issue #364
e114e44
improved log with emscripten_log uilities
201d6c3
- see webarkit/jsartoolkitNFT#364
9ddc65d
0110870
6ad0f34
kalwalt
No branches or pull requests
From 3.1.39 emsdk has changed policy about
stderr
messages, now it is outputted as console.error messages, needs to changehttps://github.com/webarkit/WebARKitLib/blob/0eb8bc13292bb3eced10323972bc045f68b8277f/lib/SRC/ARUtil/log.c#L204
to print in the stdout instead.
The text was updated successfully, but these errors were encountered: