Skip to content

Commit

Permalink
Wrap Scroller.name in double quotes in the bug message.
Browse files Browse the repository at this point in the history
Makes it a little bit easier to read.  E.g., for "Events events" was...

Issue #241.

␄
  • Loading branch information
Mike Castle committed Feb 15, 2024
1 parent 4cda513 commit 70caaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin-tool.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
} else if (this.#clickConfig) {
this.logger.log('Will assume is a configuration object');
} else {
NH.base.issues.post(`Scroller.click() for ${this.name} was ` +
NH.base.issues.post(`Scroller.click() for "${this.name}" was ` +
'called without a configuration');
}

Expand Down

0 comments on commit 70caaed

Please sign in to comment.