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 dab7a3d commit b7bb142Copy full SHA for b7bb142
javascript/src/batch.js
@@ -1048,7 +1048,7 @@ Export.prefixImageFormatOptions_ = function(taskConfig, imageFormat) {
1048
if (!(googArray.contains(validOptionKeys, key))) {
1049
const validKeysMsg = validOptionKeys.join(', ');
1050
throw new Error(
1051
- `"${key}" is not a valid option, the image format "${imageFormat}"` +
+ `"${key}" is not a valid option, the image format "${imageFormat}" ` +
1052
`"may have the following options: ${validKeysMsg}".`);
1053
}
1054
const prefixedKey = prefix + key[0].toUpperCase() + key.substring(1);
0 commit comments