We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e77536 commit a563f79Copy full SHA for a563f79
test/common/inspector-helper.js
@@ -228,7 +228,7 @@ class InspectorSession {
228
229
waitForNotification(methodOrPredicate, description) {
230
const desc = description || methodOrPredicate;
231
- const message = `Timed out waiting for matching notification (${desc}))`;
+ const message = `Timed out waiting for matching notification (${desc})`;
232
return fires(
233
this._asyncWaitForNotification(methodOrPredicate), message, TIMEOUT);
234
}
0 commit comments