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) {
|
if (err) {
|
||||||
console.error(
|
console.error(
|
||||||
'ERROR: Font not found: %s, Error: %s',
|
'ERROR: Font not found: %s, Error: %s',
|
||||||
filename,
|
filename.replace(/\n|\r/g, ''),
|
||||||
String(err),
|
String(err),
|
||||||
);
|
);
|
||||||
if (fallbacks && Object.keys(fallbacks).length) {
|
if (fallbacks && Object.keys(fallbacks).length) {
|
||||||
|
|
Loading…
Reference in a new issue