Continue with next foreach iteration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
91f4237eb7
commit
fa43d766e8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class LogContext {
|
|||
];
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue