mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix ci issue
This commit is contained in:
parent
b689854468
commit
dd1a54fd1f
@ -58,7 +58,6 @@ define(function(require, exports, module) {
|
||||
isAvailable: checkAvailable,
|
||||
exec: function() { cut(); },
|
||||
passEvent: true,
|
||||
readOnly: false,
|
||||
}, plugin);
|
||||
|
||||
commands.addCommand({
|
||||
@ -76,7 +75,6 @@ define(function(require, exports, module) {
|
||||
isAvailable: checkAvailable,
|
||||
exec: function() { paste(); },
|
||||
passEvent: true,
|
||||
readOnly: false,
|
||||
}, plugin);
|
||||
|
||||
commands.addCommand({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user