Skip to content

Commit

Permalink
Fixed timestamp error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrom committed Sep 13, 2023
1 parent cf08520 commit b324fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/source/Console.mint
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module Console {
*/
fun timestamp (label : String = "Default") : String {
if `!console.timestamp` {
Debug.log("Your browser does not support console.profile")
Debug.log("Your browser does not support console.timestamp")
} else {
`console.timestamp(#{label})`
}
Expand Down

0 comments on commit b324fd8

Please sign in to comment.