mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 20:59:14 -04:00
Use isHttpError utility provided by http-errors
This new utility method was introduced in http-errors v1.8.0. Let's use that instead of instanceof. This also upgrades the http-errors dependency
This commit is contained in:
parent
aef4cce0c9
commit
c502ca3259
3 changed files with 25 additions and 6 deletions
|
@ -45,7 +45,7 @@
|
|||
"find-root": "1.1.0",
|
||||
"formidable": "1.2.1",
|
||||
"graceful-fs": "4.2.4",
|
||||
"http-errors": "1.7.3",
|
||||
"http-errors": "1.8.0",
|
||||
"js-cookie": "^2.2.1",
|
||||
"jsonminify": "0.4.1",
|
||||
"languages4translatewiki": "0.1.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue