Skip to content

Commit

Permalink
adding fetchConstraints
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraZhang0311 committed Jul 1, 2024
1 parent d9682fe commit f3081c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/CommandLine/CommandInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ private enum WatchLevelKind { Off, On, Prompt };
private const string CoreMsg = "Prints reduced rule set for domains / transforms. Use: core module_name";
private const string DowngradeMsg = "Attempts to downgrade a (partial) model to Formula V1. Use: downgrade module_name";


private SpinLock cmdLock = new SpinLock();
private bool isCmdLocked = false;
private CancellationTokenSource canceler = null;
Expand Down

0 comments on commit f3081c5

Please sign in to comment.