You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any movement on this? The fix is pretty simple. Anyway you could post an incremental release?
Here's a potential fix... if ((type === 'Int' || type === 'Double') && _.isNull(self._rs.getObjectSync(cmd.label))) { result[cmd.label] = null; return; }
Hello,
This issue appears again after commit 10a1928
this was changed:
But the if condition didn't change:
Thank you,
Emil
Originally posted by @EmilCernega in #94 (comment)
The text was updated successfully, but these errors were encountered: