Given below code ```ts #/usr/bin/env zx $({ stdio: 'inherit', sync: true })`ls` ``` Output ``` Error: Cannot read properties of null (reading 'length') ``` The error comes from here  Expected works fine Information - zx version: 8.2.0 - node version: 20.12.2