diff --git a/src/Commands/ToolsCommandGroup.cs b/src/Commands/ToolsCommandGroup.cs index 2d654b2..de85e77 100644 --- a/src/Commands/ToolsCommandGroup.cs +++ b/src/Commands/ToolsCommandGroup.cs @@ -507,6 +507,7 @@ public class ToolsCommandGroup : CommandGroup _profiler.Pop(); if (stringOffset is null) { + _profiler.Pop(); return _profiler.ReportWithResult(await SendTimestampAsync(null, executor, CancellationToken)); }