We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5527e7 commit 5de1ae3Copy full SHA for 5de1ae3
Source/ModuleManager/Progress/PatchProgress.cs
@@ -96,11 +96,13 @@ public void NeedsUnsatisfiedRoot(UrlDir.UrlConfig url)
96
public void NeedsUnsatisfiedNode(UrlDir.UrlConfig url, string path)
97
{
98
logger.Info("Deleting node in file {0} subnode: {0} as it can't satisfy its NEEDS", url.parent.url, path);
99
+ Counter.needsUnsatisfied.Increment();
100
}
101
102
public void NeedsUnsatisfiedValue(UrlDir.UrlConfig url, string path)
103
104
logger.Info("Deleting value in file {0} value: {1} as it can't satisfy its NEEDS", url.parent.url, path);
105
106
107
108
public void NeedsUnsatisfiedBefore(UrlDir.UrlConfig url)
0 commit comments