Skip to content

Refactor for Robustness: Fix Error Swallowing and Temp File Generation (#1394)#1400

Open
amyssnippet wants to merge 2 commits intogoogle:mainfrom
amyssnippet:fix/1394
Open

Refactor for Robustness: Fix Error Swallowing and Temp File Generation (#1394)#1400
amyssnippet wants to merge 2 commits intogoogle:mainfrom
amyssnippet:fix/1394

Conversation

@amyssnippet
Copy link

Fixes #1394

import {$} from 'zx'

// These improvements enhance reliability without changing the API
// - Temp file generation is now robust and won't crash
// - Better error visibility for system issues  
// - Clearer debugging when killing processes

This PR addresses robustness issues identified in #1394 by improving error handling and preventing potential crashes in the zx CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor for Robustness: Fix Error Swallowing and Temp File Generation.

2 participants