Update serve_font.js

This commit is contained in:
acalcutt 2025-01-04 03:11:05 -05:00
parent 4fe9bda070
commit 7a81e47c09

View file

@ -70,7 +70,7 @@ export async function serve_font(options, allowedFonts, programOpts) {
console.error( console.error(
`Error serving font: %s/%s.pbf, Error: %s`, `Error serving font: %s/%s.pbf, Error: %s`,
fontstack, fontstack,
String(range), sanitizedRange,
String(err), String(err),
); );
return res return res