We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57eac75 commit 2313409Copy full SHA for 2313409
lib/zipTree.js
@@ -36,7 +36,7 @@ function addTree(zip, src) {
36
* Add a directory recursively to a zip file. Files in src will be added to the top folder of zip.
37
* @param {JSZip} zip a zip object in the folder you want to add files to.
38
* @param {string} src the source folder.
39
- * @param {Object} noDeploy the source folder.
+ * @param {Object} noDeploy
40
* @return {Promise} a promise offering the original JSZip object.
41
*/
42
function addTreeNoDeploy(zip, src, noDeploy) {
0 commit comments