We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d3269 commit 506a5f7Copy full SHA for 506a5f7
1 file changed
test/inspector/test-bindings.js
@@ -69,8 +69,8 @@ function testSampleDebugSession() {
69
actual = v['value']['value'];
70
expected = expects[v['name']][i];
71
if (actual !== expected) {
72
- failures.push('Iteration ' + i + ' variable: ' + v['name'] +
73
- ' expected: ' + expected + ' actual: ' + actual);
+ failures.push(`Iteration ${i} variable: ${v['name']} ` +
+ `expected: ${expected} actual: ${actual}`);
74
}
75
76
};
0 commit comments