Skip to content

Commit 5c66391

Browse files
committed
Rewrite comment
1 parent 7a5a75d commit 5c66391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const getDeviceName = ({
402402
console.log({ sessionId: sessionId?.id_ });
403403
if (sessionId?.id_) await driver.quit();
404404
} catch (error) {
405-
// Do nothing when driver is already closed
405+
// Don't log when driver.quit() fails
406406
}
407407
}
408408
};

0 commit comments

Comments
 (0)