From cb6ed1297ef4b552b8fa418ec6cd07a162265883 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Sun, 28 Jan 2024 16:12:18 +0300 Subject: [PATCH] Pop "preparation" in "timestamp_command" Signed-off-by: mctaylors --- src/Commands/ToolsCommandGroup.cs | 1 + 1 file changed, 1 insertion(+) 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)); }