We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af00186 commit e8dae76Copy full SHA for e8dae76
SUPPORT.md
@@ -0,0 +1,8 @@
1
+## Debugging `extract-zip`
2
+
3
+One way to troubleshoot potential problems is to set the `DEBUG` environment variable before
4
+importing / calling `extract-zip`. Setting its value to `extract-zip` will produce debugging
5
+information as a ZIP file is extracted.
6
7
+We use the [`debug`](https://www.npmjs.com/package/debug#usage) module for this functionality. It
8
+has examples on how to set environment variables if you don't know how.
0 commit comments