mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
Added rewrite.
This commit is contained in:
parent
fa2d6d15a9
commit
f8175a6433
76 changed files with 3150 additions and 2453 deletions
|
@ -2,9 +2,8 @@
|
|||
|
||||
const measured = require('measured-core');
|
||||
|
||||
module.exports = measured.createCollection();
|
||||
export const measuredCollection = measured.createCollection();
|
||||
|
||||
// @ts-ignore
|
||||
module.exports.shutdown = async (hookName, context) => {
|
||||
module.exports.end();
|
||||
};
|
||||
export const shutdown = async (hookName: string, context:any) => {
|
||||
measuredCollection.end();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue