Tests Failed
This commit is contained in:
@ -313,7 +313,7 @@ public class WaferCounterHelper
|
||||
}
|
||||
|
||||
private static string GetWaferSizeDirectory(string area, string waferSize) =>
|
||||
Path.Combine(_Directory, area, waferSize);
|
||||
Path.Combine(_Directory ?? throw new NotSupportedException(), area, waferSize);
|
||||
|
||||
internal static string GetLastQuantityAndSlotMap(string area, string waferSize)
|
||||
{
|
||||
|
Reference in New Issue
Block a user