Skip to content

Commit abfe1cd

Browse files
committed
[js] Bump npm package versions to latest
1 parent 7fdaf21 commit abfe1cd

File tree

3 files changed

+1089
-742
lines changed

3 files changed

+1089
-742
lines changed

javascript/node/selenium-webdriver/io/zip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class Zip {
6868
* @param {string} dirPath path to the directory to add.
6969
* @param {string=} zipPath path to the folder in the archive to add the
7070
* directory contents to. Defaults to the root folder.
71-
* @return {!Promise<?>} returns a promise that will resolve when the
72-
* the operation is complete.
71+
* @return {!Promise<?>} returns a promise that will resolve when
72+
* the operation is complete.
7373
*/
7474
addDir(dirPath, zipPath = '') {
7575
return io.walkDir(dirPath).then((entries) => {

0 commit comments

Comments
 (0)