Skip to content

Commit

Permalink
other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Feb 11, 2025
1 parent f9df615 commit 1d7eeca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ public void popSection() {
return;
}
if (!getMainSection().isRunning()) {
throw new IllegalArgumentException("profiler not running!");
return; // don't care
//throw new IllegalArgumentException("profiler not running!");
}
getMainSection().popSection();
}
Expand Down

0 comments on commit 1d7eeca

Please sign in to comment.