If you have spacers in your dock, which can be added with a command, the App will throw this error:
node:internal/process/task_queues:96
runMicrotasks();
^
TypeError: Cannot read properties of undefined (reading '0')
at getAppNamesToIconPaths (/snapshot/dist/index.cjs)
at getDockContents (/snapshot/dist/index.cjs)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
If you have spacers in your dock, which can be added with a command, the App will throw this error:
Command for adding spacers:
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'