mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactor(util) check
This commit is contained in:
parent
7bc38ef685
commit
66fa7006d9
1 changed files with 1 additions and 2 deletions
|
|
@ -26,9 +26,8 @@
|
|||
*
|
||||
* @param name
|
||||
* @param arg
|
||||
* @param type
|
||||
*/
|
||||
var check = function check(args, names) {
|
||||
function check(args, names) {
|
||||
var msg = '',
|
||||
name = '',
|
||||
template = '{{ name }} coud not be empty!',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue