File: SUPPORT.md

package info (click to toggle)
node-extract-zip 2.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: javascript: 157; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
## Debugging `extract-zip`

One way to troubleshoot potential problems is to set the `DEBUG` environment variable before
importing / calling `extract-zip`. Setting its value to `extract-zip` will produce debugging
information as a ZIP file is extracted.

We use the [`debug`](https://www.npmjs.com/package/debug#usage) module for this functionality. It
has examples on how to set environment variables if you don't know how.