Always return 1 exit code for unzip
See original GitHub issuehttps://github.com/GPMDP/electron-devtools-installer/blob/master/index.js#L25
I used forceDownload, unzip always callback error, but actually unzip success.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
linux - unzip is returning exit code 1 even if the extraction was ...
The unzipping works fine, the directory structure is converted into a Linux based one automatically. But due to some reason whatsoever the exit...
Read more >unzip(1) - Linux man page - Die.net
unzip can be terminated by pressing the ''q'' key and, on some systems, the Enter/Return key. Unlike Unix more(1), there is no forward-searching...
Read more >unzip - man pages section 1: User Commands
unzip - extract, list, or test compressed files in a ZIP archive.
Read more >How does one extract a command's exit status into a variable?
It will append the exit code to the output as a number. check=$( grep -ci 'text' file.sh )$? This is actually $(some command)...
Read more >Bash command line exit codes demystified | Enable Sysadmin
Extracting the elusive exit code To display the exit code for the last command you ran on the command line, use the following...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@jhen0409 My bad 😆 I tested with an empty folder 😢
I’ll be setting up test suites for this shortly anyway 👍
@jhen0409 It might be worth pointing out that React Dev tools doesn’t work in any Electron version above
1.2.1See #6101