Skip to content

3.8.1: Convert the exec output to string

Latest
Compare
Choose a tag to compare
@JeroenBakker JeroenBakker released this 20 Dec 09:21
exec outputs an array of lines, handleError() only accepts strings.
This causes a TypeError due to strict_types, and is very hard to debug.