We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0631e21 commit b87eaf9Copy full SHA for b87eaf9
harness/asyncHelpers.js
@@ -76,7 +76,7 @@ assert.throwsAsync = function (expectedErrorConstructor, func, message) {
76
typeof innerThenable.then !== "function"
77
) {
78
message +=
79
- "Expected to obtain an inner promise that would reject with a" +
+ "Expected to obtain an inner promise that would reject with a " +
80
expectedErrorConstructor.name +
81
" but result was not a thenable";
82
throw new Test262Error(message);
0 commit comments