Skip to content

Commit 68c0dfa

Browse files
authored
Fix GUI Monitoring (#566)
1 parent cb3f1a5 commit 68c0dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cli/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public static ASA_ERROR RunGuiMonitorCommand(MonitorCommandOptions opts)
772772
{
773773
Log.Warning(Strings.Get("Err_NoMonitors"));
774774
}
775-
775+
DatabaseManager.BeginTransaction();
776776
foreach (var c in monitors)
777777
{
778778
c.StartRun();

0 commit comments

Comments
 (0)