[oden] Garbage assets, need to rewrite to IO
This commit is contained in:
parent
75fcc427ac
commit
17805fa4a6
17 changed files with 240 additions and 94 deletions
|
|
@ -69,7 +69,7 @@ where
|
|||
*ret
|
||||
}
|
||||
}
|
||||
Err(Error::Exception(e, _)) => unsafe {
|
||||
Err(Error::Exception(e, _, _)) => unsafe {
|
||||
// If we returned `Error::Exception` then we're propagating an
|
||||
// exception through the JS stack, just flip it.
|
||||
let exc = &e.val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue