We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0caa commit 1dc42cdCopy full SHA for 1dc42cd
testing/install_pyodide_libs.py
@@ -68,8 +68,8 @@ async def main():
68
try:
69
await install_missing_libraries(file, previously_installed)
70
except Exception as e:
71
+ print(f"failed to install library from file: {file}")
72
sys.exit(1)
- raise ValueError(f"failed to install library in file: {file}")
73
74
75
if __name__ == '__main__':
0 commit comments