VINAY
VINAY
Break the parent post link (manual or automated) If you donβt need the media tied to the original post: After uploading, edit the media item in the Media Library. In...
π Thanks for reporting this! I was able to reproduce the same behavior with `[email protected]` β the build finishes successfully but the process does not exit. ### What I tried:...
## Details - Updated `fs.accessSync(filePath, fs.F_OK);` - To `fs.accessSync(filePath, fs.constants.F_OK);` This aligns with the Node.js documentation and prevents deprecation warnings on newer Node versions. ## Related Issue Fixes #17131
### Summary Fixes a bug where pressing `Ctrl+C` during `composer run` leaves the terminal in a broken state (requiring `reset` to recover). ### Problem Currently, when cancelling `composer run` with...