mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
fix(cli/repl): await Promise.any([])... (#15623)
This commit is contained in:
parent
a74b2ecf37
commit
8178665bd1
4 changed files with 40 additions and 7 deletions
|
@ -959,6 +959,8 @@
|
|||
if (RegExpPrototypeTest(/\s+at/, line)) {
|
||||
ArrayPrototypeUnshift(stackLines, line);
|
||||
break;
|
||||
} else if (typeof line === "undefined") {
|
||||
break;
|
||||
}
|
||||
|
||||
finalMessage += line;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue