while i try to run with following command
ayespy snap --browser chrome --config ./ayespy-config.json --run "Home"
getting
info ayespy Logger Log level is info
info [configValidator] : Config validated ✅
info [run] : Getting snapshots... 📸
Progress [-----------------------------------------------------------------] 0% | ETA: 0s | Snapped 0/1/Users/rahulvr4
this._onError();
^
TypeError: this._onError is not a function
at SnapShotter.takeSnap (/Users/name/.nvm/versions/node/v16.15.0/lib/node_modules/aye-spy/lib/snapshotter.js)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 0)
at async /Users/name/.nvm/versions/node/v16.15.0/lib/node_modules/aye-spy/lib/getScreenshots.js:88:7
while i try to run with following command
ayespy snap --browser chrome --config ./ayespy-config.json --run "Home"getting