Update serve_font.js
This commit is contained in:
parent
4fe9bda070
commit
7a81e47c09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue