fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

accept null as a valid response value #80

Closed nitzantomer closed 7 years ago

nitzantomer commented 7 years ago

When a command has a returns type set, and when executing it a null is returned, the value isn't accepted and an error message is shown saying that the response doesn't match the return type.

This issue can be duplicated with the new mongo command findOneEquals which was added in this PR: Adding findOneEquals command (in the mongo connector project).

nitzantomer commented 7 years ago

fixed here: https://github.com/fugazi-io/webclient/pull/92