summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/console.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/console.markdown b/doc/api/console.markdown
index e7807feeaf..76860e5597 100644
--- a/doc/api/console.markdown
+++ b/doc/api/console.markdown
@@ -62,9 +62,10 @@ Finish timer, record output. Example:
}
console.timeEnd('100-elements');
-## console.trace(label)
+## console.trace(message, [...])
-Print a stack trace to stderr of the current position.
+Print to stderr `'Trace :'`, followed by the formatted message and stack trace
+to the current position.
## console.assert(value, [message], [...])