We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c5ff8 commit 5b5b5c0Copy full SHA for 5b5b5c0
tools/doc/generate.js
@@ -68,6 +68,6 @@ function next(er, input) {
68
break;
69
70
default:
71
- throw new Error('Invalid format: ' + format);
+ throw new Error(`Invalid format: ${format}`);
72
}
73
0 commit comments