mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 11:34:05 +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 (Array.isArray(project.command)) {
|
||||||
if (
|
if (
|
||||||
project.command.every(function (command){
|
!project.command.every(function (command){
|
||||||
return command.name && typeof command.name === 'string'
|
return command.name && typeof command.name === 'string'
|
||||||
&& command.value && typeof command.value === 'string';
|
&& command.value && typeof command.value === 'string';
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user