update files

This commit is contained in:
nuintun
2015-11-23 23:23:40 +08:00
parent f33ddb479b
commit 9771e79e10
6 changed files with 14 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ function verifyConfigure(configure){
&& command.value && typeof command.value === 'string';
});
if (commandValid) {
if (!commandValid) {
return false;
}
} else {