mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
chore: use Rust 1.65.0 (#16688)
This commit is contained in:
parent
483c10c94b
commit
238590aa9f
48 changed files with 119 additions and 130 deletions
|
@ -195,7 +195,7 @@ fn find_recursive_cause(js_error: &JsError) -> Option<ErrorReference> {
|
|||
{
|
||||
return Some(ErrorReference {
|
||||
from: current_error,
|
||||
to: *seen,
|
||||
to: seen,
|
||||
});
|
||||
} else {
|
||||
current_error = cause;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue