We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f389a55 commit 34814faCopy full SHA for 34814fa
1 file changed
body-pix/src/util.ts
@@ -92,7 +92,8 @@ function toInternalResolutionPercentage(
92
internalResolution <= MAX_INTERNAL_RESOLUTION &&
93
internalResolution >= MIN_INTERNAL_RESOLUTION,
94
() =>
95
- `inputResolution must be a string or number between 0 and 4, but ` +
+ `inputResolution must be a string or number between ${
96
+ MIN_INTERNAL_RESOLUTION} and ${MAX_INTERNAL_RESOLUTION}, but ` +
97
`was ${internalResolution}`);
98
99
return internalResolution;
0 commit comments