mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-23 15:50:54 +01:00
59a6f2e9b8
- path.exists() is no longer part of nodejs - fs.exists() is deprecated (as of nodejs >= 8) - checking a file for existence before using it is open to raca condition. It is preferable to go ahead and use the file, and eventually handle the error - we can afford two simple synchronous fs operations here |
||
---|---|---|
.. | ||
APIHandler.js | ||
ExportHandler.js | ||
ImportHandler.js | ||
PadMessageHandler.js | ||
SocketIORouter.js |