mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 21:54:48 +00:00
fix(cli/repl): format evaluation results with the object specifier (#7561)
This commit is contained in:
parent
8edf099485
commit
de95fbebc4
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
? undefined
|
||||
: result;
|
||||
if (!isCloseCalled()) {
|
||||
replLog(lastEvalResult);
|
||||
replLog("%o", lastEvalResult);
|
||||
}
|
||||
} else if (errInfo.isCompileError && isRecoverableError(errInfo.thrown)) {
|
||||
// Recoverable compiler error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue