Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert the exec output to string (#239)
exec outputs an array of lines, handleError() only accepts strings. This causes a TypeError due to strict_types, and is very hard to debug. Co-authored-by: Jeroen Bakker <jeroen.bakker@yoursurprise.com>
- Loading branch information