Skip to content

Commit f7ae1fc

Browse files
committed
Fix when product is unknown
1 parent 221d302 commit f7ae1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RZ.Bot/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ private static async Task<int> ProcessBotQueueAsync()
136136
{
137137
Console.ForegroundColor = ConsoleColor.Red;
138138
Console.WriteLine("Error: Product not valid... " + Shortname);
139+
lDone.Add(Shortname.ToLower());
139140
Console.ResetColor();
140141
continue;
141142
}

0 commit comments

Comments
 (0)