wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

The "error" command should support optional errorInfo and errorCode arguments #91

Open wduquette opened 4 years ago

wduquette commented 4 years ago

They aren't strictly necessary, as throw and return will do the same work, but there's no reason not to provide the standard API.