Skip to content

Commit

Permalink
hook console.log by default
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Sep 26, 2022
1 parent 31aaeee commit 70ba98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/cursed/cursed-console.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func selectDebugTarget(targets []overlord.ChromeDebugTarget, con *console.Sliver

var (
helperHooks = []string{
"", // console.log
"console.log = (...a) => {return a;}", // console.log
}
)

Expand Down

0 comments on commit 70ba98a

Please sign in to comment.