We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d80f00 commit a26c1bfCopy full SHA for a26c1bf
tools/doc/generate.js
@@ -89,6 +89,6 @@ function next(er, input) {
89
break;
90
91
default:
92
- throw new Error('Invalid format: ' + format);
+ throw new Error(`Invalid format: ${format}`);
93
}
94
0 commit comments