summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/console/02_console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/console/02_console.js b/ext/console/02_console.js
index 8102707b5..4663ded73 100644
--- a/ext/console/02_console.js
+++ b/ext/console/02_console.js
@@ -1189,7 +1189,7 @@
if (circular !== undefined) {
const index = MapPrototypeGet(circular, value);
if (index !== undefined) {
- refIndex = `<ref *${index}> `;
+ refIndex = cyan(`<ref *${index}> `);
}
}