mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 13:15:16 +00:00
chore: upgrade to rust 1.58 (#13377)
This commit is contained in:
parent
903cb48fe9
commit
ad224f53c7
17 changed files with 29 additions and 46 deletions
|
@ -81,7 +81,7 @@ fn format_frame(frame: &JsStackFrame) -> String {
|
|||
if frame.is_promise_all {
|
||||
result += &italic_bold(&format!(
|
||||
"Promise.all (index {})",
|
||||
frame.promise_index.unwrap_or_default().to_string()
|
||||
frame.promise_index.unwrap_or_default()
|
||||
))
|
||||
.to_string();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue