diff --git a/doc/api/console.markdown b/doc/api/console.markdown index e7807feeaf2..76860e55978 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], [...])