We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cb8c7 commit cac96e6Copy full SHA for cac96e6
1 file changed
site/content/docs/modules/console.md
@@ -50,14 +50,22 @@ Logs the given message and string.
50
51
Example: `console.log("The imphash is: ", pe.imphash())`
52
53
-### log(offset, length) (New in version v.1.15.0)
+### log(offset, length)
54
+
55
+{{< callout >}}
56
+New in version 1.15.0
57
+{{< /callout >}}
58
59
Logs the bytes starting at offset and continuing for length. The result is an
60
ASCII escaped string.
61
62
Example: `console.log(10, 5)`
63
-### log(message, offset, length) (New in version v.1.15.0)
64
+### log(message, offset, length)
65
66
67
68
69
70
71
0 commit comments