From b36aed250cc7c5b4157b04a5467b5d500ed40351 Mon Sep 17 00:00:00 2001 From: "Italo A. Casas" Date: Thu, 26 May 2016 21:20:38 -0400 Subject: [PATCH] adding version to .log --- doc/api/console.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/console.md b/doc/api/console.md index 3e1472e656ef33..cef07d6499c958 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -191,6 +191,9 @@ values are concatenated. See [`util.format()`][] for more information. The `console.info()` function is an alias for [`console.log()`][]. ### console.log([data][, ...]) + Prints to `stdout` with newline. Multiple arguments can be passed, with the first used as the primary message and all additional used as substitution