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
I recently failed to build the javascript library using:
python scripts/build.py --platform js -o -v
because there was a build error. However, the script reported success (and the error was suppressed). I suspect the check for success is looking for a file and it is finding an older build and reporting success when it should not. This can be tested by artificially introducing a build error in the code.
The text was updated successfully, but these errors were encountered:
I recently failed to build the javascript library using:
because there was a build error. However, the script reported success (and the error was suppressed). I suspect the check for success is looking for a file and it is finding an older build and reporting success when it should not. This can be tested by artificially introducing a build error in the code.
The text was updated successfully, but these errors were encountered: