Skip to content

Commit

Permalink
Correct missing exclamation in process exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
bayounetta authored and alex committed Feb 28, 2019
1 parent d49004a commit 9b876f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32k-tracing.js
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ function invokeScript() {

// If the process is not a content process (e.g. parent or GPU), don't set
// up our breakpoints.
if (cl.includes(" tab")) {
if (!cl.includes(" tab")) {
return;
}
for (var syscall of WIN32K_SYSCALLS) {
Expand Down

0 comments on commit 9b876f9

Please sign in to comment.