mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
f1f1f711c7
commit
9330579dcf
@ -65,6 +65,7 @@ bool try_end(Error *err)
|
||||
}
|
||||
} else if (did_throw) {
|
||||
api_set_error(err, Exception, "%s", current_exception->value);
|
||||
discard_current_exception();
|
||||
}
|
||||
|
||||
return err->set;
|
||||
|
Loading…
Reference in New Issue
Block a user