mirror of https://github.com/nodejs/node.git
doc: console.trace takes a message format
Documentation claimed it accepted a single label argument, as time and timeEnd do, which was incorrect. Signed-off-by: Fedor Indutny <fedor@indutny.com>archived-io.js-v0.10
parent
eba7aae107
commit
96b166f291
|
@ -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], [...])
|
||||
|
||||
|
|
Loading…
Reference in New Issue