console.err is not a function!

This commit is contained in:
Wouter Groeneveld 2021-03-24 15:54:17 +01:00
parent 1f794e5863
commit 9e39b19edc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function success(msg) {
}
function err(e) {
console.err(` -- pingback receive went wrong: ${e.message}`)
console.error(` -- pingback receive went wrong: ${e.message}`)
return `<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<fault>