Skip to content

Commit

Permalink
Fix GUI Monitoring (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs authored Dec 11, 2020
1 parent cb3f1a5 commit 68c0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public static ASA_ERROR RunGuiMonitorCommand(MonitorCommandOptions opts)
{
Log.Warning(Strings.Get("Err_NoMonitors"));
}

DatabaseManager.BeginTransaction();
foreach (var c in monitors)
{
c.StartRun();
Expand Down

0 comments on commit 68c0dfa

Please sign in to comment.