exec outputs an array of lines, handleError() only accepts strings. This causes a TypeError due to strict_types, and is very hard to debug.
exec outputs an array of lines, handleError() only accepts strings. This causes a TypeError due to strict_types, and is very hard to debug.