Skip to content

Commit cac96e6

Browse files
committed
docs: add a new callout message for functions added in version 1.15.0.
1 parent 36cb8c7 commit cac96e6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

site/content/docs/modules/console.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,22 @@ Logs the given message and string.
5050

5151
Example: `console.log("The imphash is: ", pe.imphash())`
5252

53-
### log(offset, length) (New in version v.1.15.0)
53+
### log(offset, length)
54+
55+
{{< callout >}}
56+
New in version 1.15.0
57+
{{< /callout >}}
5458

5559
Logs the bytes starting at offset and continuing for length. The result is an
5660
ASCII escaped string.
5761

5862
Example: `console.log(10, 5)`
5963

60-
### log(message, offset, length) (New in version v.1.15.0)
64+
### log(message, offset, length)
65+
66+
{{< callout >}}
67+
New in version 1.15.0
68+
{{< /callout >}}
6169

6270
Logs the bytes starting at offset and continuing for length. The result is an
6371
ASCII escaped string.

0 commit comments

Comments
 (0)