mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-22 06:00:30 -04:00
fix: Silent disconnect of pad (#6498)
This commit is contained in:
parent
649b6ef8b9
commit
166724dc13
3 changed files with 9 additions and 9 deletions
|
@ -131,7 +131,8 @@
|
|||
"test-ui": "npx playwright test tests/frontend-new/specs",
|
||||
"test-ui:ui": "npx playwright test tests/frontend-new/specs --ui",
|
||||
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
|
||||
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
|
||||
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1",
|
||||
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts"
|
||||
},
|
||||
"version": "2.1.0",
|
||||
"license": "Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue