[oden] Load typescript kinda
This commit is contained in:
parent
cc21e8c406
commit
3968aabdb1
10 changed files with 1284 additions and 31 deletions
|
|
@ -119,6 +119,7 @@ impl TryIntoValue for Error {
|
|||
Error::Exception(v, d) => Err(Error::Exception(v.dup(ctx), d)),
|
||||
Error::OutOfMemory => Err(Error::OutOfMemory),
|
||||
Error::IOError(e) => Err(Error::IOError(e)),
|
||||
Error::ParseError(name, err) => Err(Error::ParseError(name, err)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue