We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this.opts.strip
1 parent b0ce0d6 commit 039a2e5Copy full SHA for 039a2e5
1 file changed
index.js
@@ -21,7 +21,7 @@ function BinWrapper(opts) {
21
22
this.opts = opts || {};
23
24
- if (this.opts.strip <= 0 || !this.opts.strip) {
+ if (this.opts.strip <= 0) {
25
this.opts.strip = 0;
26
} else if (!this.opts.strip) {
27
this.opts.strip = 1;
0 commit comments