We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3800fd6 commit cbade95Copy full SHA for cbade95
1 file changed
src/pyodide/internal/util.ts
@@ -42,7 +42,7 @@ export function simpleRunPython(
42
for (const line of err.split('\n')) {
43
console.warn(line);
44
}
45
- throw new Error('Failed');
+ throw new Error('Failed to run Python code: ' + err);
46
47
return err;
48
0 commit comments