mirror of https://github.com/pyodide/pyodide.git
Fix pre-commit CI (#2191)
This commit is contained in:
parent
41b6db1bab
commit
c11fabc479
|
@ -10,4 +10,4 @@ sphinx-issues==2.0.0
|
|||
sphinx-js==3.1
|
||||
sphinx-version-warning~=1.1.2
|
||||
sphinx-panels
|
||||
markupsafe<2.1.0
|
||||
markupsafe<2.1.0
|
||||
|
|
|
@ -21,4 +21,4 @@ throw_exc(int x)
|
|||
} else {
|
||||
throw "abc";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ extern "C"
|
|||
const std::type_info* exc_type() { return &typeid(exception); }
|
||||
|
||||
const char* exc_typename(std::type_info* type) { return type->name(); }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue