mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
plugins.ts - absence of case = "remove" (#7141)
This commit is contained in:
parent
b1bffb11ef
commit
6cef831e70
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ switch (action) {
|
|||
case "rm":
|
||||
remove(args.slice(1));
|
||||
break;
|
||||
case "remove":
|
||||
remove(args.slice(1));
|
||||
break;
|
||||
default:
|
||||
console.error('Expected at least one argument!');
|
||||
process.exit(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue