Skip to content

Commit

Permalink
Merge pull request #4 from kubeshark/console-clear-command
Browse files Browse the repository at this point in the history
✨ Implement `console.clear()` command
  • Loading branch information
tiptophelmet authored Nov 12, 2024
2 parents f7428a7 + c1ebfc2 commit 7084da9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions console.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ func builtinConsoleTrace(call FunctionCall) Value {
func builtinConsoleAssert(call FunctionCall) Value {
return Value{}
}

func builtinConsoleClear(call FunctionCall) Value {
return Value{}
}
38 changes: 38 additions & 0 deletions inline.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7084da9

Please sign in to comment.