Browse Source

Improve tools

zhixin 5 years ago
parent
commit
f6f0f67708
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/check-api.js

+ 1 - 1
tools/check-api.js

@@ -73,7 +73,7 @@ class API {
           }
           }
         }
         }
       } else {
       } else {
-        outLines.push(key + '\n\n')
+        errors.push(chalk.red(`[${key}] option could not be found`))
       }
       }
     }
     }