Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed May 22, 2024
1 parent 8eb6dae commit f440d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/amplify-cli-core/src/extractZip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* eslint-disable no-bitwise */
/* eslint-disable spellcheck/spell-checker */
/**
* This file is copied from https://github.com/max-mapper/extract-zip
* and turned off creating symlinks on the machine where archive is extracted
*/
const { createWriteStream, promises: fs } = require('fs');
const path = require('path');
const { promisify } = require('util');
Expand Down

0 comments on commit f440d34

Please sign in to comment.