update files

This commit is contained in:
nuintun 2015-11-23 16:44:15 +08:00
parent 51a559c320
commit d698945fe5

View File

@ -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';
})