codeql
This commit is contained in:
parent
1c5ee75c34
commit
59f4dccb07
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ function getFontPbf(allowedFonts, fontPath, name, range, fallbacks) {
|
|||
if (err) {
|
||||
console.error(
|
||||
'ERROR: Font not found: %s, Error: %s',
|
||||
filename,
|
||||
filename.replace(/\n|\r/g, ''),
|
||||
String(err),
|
||||
);
|
||||
if (fallbacks && Object.keys(fallbacks).length) {
|
||||
|
|
Loading…
Reference in a new issue