mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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';
|
||||
})
|
||||
|
Reference in New Issue
Block a user