mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-11 09:18:28 -04:00
The npx/npm-exec process wrapper can fail to detect child process exit, causing indefinite hangs. Calling node_modules/.bin/playwright directly bypasses the npm process management layer entirely.