We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8768fb commit a364a05Copy full SHA for a364a05
lib/command_utils.ex
@@ -2,4 +2,6 @@ defmodule ElixirScript.CommandUtils do
2
def to_command_value(nil), do: ""
3
4
def to_command_value(input) when is_binary(input), do: input
5
+
6
+ def to_command_value(input), do: Jason.encode!(input)
7
end
0 commit comments