etherpad-lite/src/node/handler
Christian Schröder f0fdb94eb0 PadMessageHandler: fix for scoping error hiding original error
`r` is undefined outside of the for loop, but used in the catch block of the try
statement
2020-04-16 02:58:47 +02:00
..
APIHandler.js api: add getStats() function 2020-04-04 22:03:46 +02:00
ExportHandler.js import/export: conversion to Promises/async 2019-01-31 08:55:36 +00:00
ImportHandler.js import: introduce importMaxFileSize setting. Defaults to 50 MB 2020-04-14 03:36:13 +02:00
PadMessageHandler.js PadMessageHandler: fix for scoping error hiding original error 2020-04-16 02:58:47 +02:00
SocketIORouter.js SocketIORouter: code formatting cleanups 2019-01-30 10:25:01 +00:00