mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
51a559c320
commit
d698945fe5
@ -75,7 +75,7 @@ function verifyConfigure(configure){
|
||||
|
||||
if (Array.isArray(project.command)) {
|
||||
if (
|
||||
project.command.every(function (command){
|
||||
!project.command.every(function (command){
|
||||
return command.name && typeof command.name === 'string'
|
||||
&& command.value && typeof command.value === 'string';
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user