This prevents an error if previous-value was not a string, such as when
a command incorrectly returns a number, or data is used to extract some
number from a data structure which is then passed across a pipe
The error was:
java.lang.IllegalArgumentException: Don't know how to create ISeq from: java.lang.Long
This prevents an error if previous-value was not a string, such as when a command incorrectly returns a number, or
data
is used to extract some number from a data structure which is then passed across a pipeThe error was: