We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdaf21 commit abfe1cdCopy full SHA for abfe1cd
javascript/node/selenium-webdriver/io/zip.js
@@ -68,8 +68,8 @@ class Zip {
68
* @param {string} dirPath path to the directory to add.
69
* @param {string=} zipPath path to the folder in the archive to add the
70
* directory contents to. Defaults to the root folder.
71
- * @return {!Promise<?>} returns a promise that will resolve when the
72
- * the operation is complete.
+ * @return {!Promise<?>} returns a promise that will resolve when
+ * the operation is complete.
73
*/
74
addDir(dirPath, zipPath = '') {
75
return io.walkDir(dirPath).then((entries) => {
0 commit comments