Skip to content

Commit 61e8131

Browse files
authored
chore: suggest if the app is debuggable one (#54)
1 parent 39ff374 commit 61e8131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/driver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export class WebOSDriver extends BaseDriver {
260260
executable = undefined;
261261
} catch (err) {
262262
throw new errors.SessionNotCreatedError(
263-
`Could not get the chrome browser information to detect proper chromedriver version. Error: ${err.message}`
263+
`Could not get the chrome browser information to detect proper chromedriver version. Is it a debiggable build? Error: ${err.message}`
264264
);
265265
}
266266
}

0 commit comments

Comments
 (0)