question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Always return 1 exit code for unzip

See original GitHub issue

https://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:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MarshallOfSoundcommented, Jun 17, 2016

@jhen0409 My bad 😆 I tested with an empty folder 😢

I’ll be setting up test suites for this shortly anyway 👍

1reaction
MarshallOfSoundcommented, Jun 17, 2016

@jhen0409 It might be worth pointing out that React Dev tools doesn’t work in any Electron version above 1.2.1

See #6101

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found