Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge 03c52f3 into ba73a1b
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jul 16, 2018
2 parents ba73a1b + 03c52f3 commit 691db77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ addons:
install:
- npm install
- CXX=clang++-5.0 CC=clang-5.0 npm i opencv4nodejs
script:
- npm run test
- npm run e2e-test
after_success:
- gulp coveralls
2 changes: 0 additions & 2 deletions lib/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async function extractAllTo (zipFilepath, destDir) {
async function _extractEntryTo (zipfile, entry, destDir) {

// Create dest directory if doesn't exist already
console.log('mkdirp:', path.resolve(destDir, path.dirname(entry.fileName))); // eslint-disable-line
await mkdirp(path.resolve(destDir, path.dirname(entry.fileName)));

// Create a write stream
Expand Down Expand Up @@ -104,7 +103,6 @@ async function toInMemoryZip (srcDir) {
});

// Zip 'srcDir' and stream it to the above writable stream
console.log('going into archiver'); // eslint-disable-line
const archive = archiver('zip', {
zlib: {level: 9}
});
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 691db77

Please sign in to comment.