Open tjokimie opened 8 years ago
Required parameter check category && variable && value fails if timing value is 0.
category && variable && value
value
0
This PR fixes the issue by checking if the variable is non-undefined.
undefined
Required parameter check
category && variable && value
fails if timingvalue
is0
.This PR fixes the issue by checking if the variable is non-
undefined
.