You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Transloadit.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -403,7 +403,7 @@ export class Transloadit {
403
403
)
404
404
// eslint-disable-next-line no-console
405
405
console.error(
406
-
`---\nPlease report this error to Transloadit (support@transloadit.com). We are working on better schemas for our API and this looks like something we do not cover yet: \n\n${err}\nThank you in advance!---\n`
406
+
`---\nPlease report this error to Transloadit (support@transloadit.com). We are working on better schemas for our API and this looks like something we do not cover yet: \n\n${err}\nThank you in advance!\n---\n`
407
407
)
408
408
// @TODO, once our schemas have matured, we should throw the error here.
409
409
// But as it stands, schemas are new, and we can't easily update all customer's node-sdks,
@@ -490,7 +490,7 @@ export class Transloadit {
490
490
)
491
491
// eslint-disable-next-line no-console
492
492
console.error(
493
-
`---\nPlease report this error to Transloadit (support@transloadit.com). We are working on better schemas for our API and this looks like something we do not cover yet: \n\n${err}\nThank you in advance!---\n`
493
+
`---\nPlease report this error to Transloadit (support@transloadit.com). We are working on better schemas for our API and this looks like something we do not cover yet: \n\n${err}\nThank you in advance!\n---\n`
494
494
)
495
495
return{
496
496
// @TODO, once our schemas have matured, we should throw the error here.
@@ -530,7 +530,7 @@ export class Transloadit {
530
530
)
531
531
// eslint-disable-next-line no-console
532
532
console.error(
533
-
`---\nPlease report this error to Transloadit (support@transloadit.com). We are working on better schemas for our API and this looks like something we do not cover yet: \n\n${err}\nThank you in advance!---\n`
533
+
`---\nPlease report this error to Transloadit (support@transloadit.com). We are working on better schemas for our API and this looks like something we do not cover yet: \n\n${err}\nThank you in advance!\n---\n`
534
534
)
535
535
// @TODO, once our schemas have matured, we should throw the error here.
536
536
// But as it stands, schemas are new, and we can't easily update all customer's node-sdks,
0 commit comments