diff options
Diffstat (limited to 'cli/rt/02_console.js')
-rw-r--r-- | cli/rt/02_console.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/rt/02_console.js b/cli/rt/02_console.js index 5de0bfa60..ae17d4199 100644 --- a/cli/rt/02_console.js +++ b/cli/rt/02_console.js @@ -747,7 +747,7 @@ } for (const key of symbolKeys) { entries.push( - `${maybeQuoteSymbol(key)}: ${ + `[${maybeQuoteSymbol(key)}]: ${ inspectValueWithQuotes( value[key], ctx, |