@easyv/cli
Advanced tools
Comparing version 1.10.4-beta.16 to 1.10.4-beta.17
{ | ||
"name": "@easyv/cli", | ||
"version": "1.10.4-beta.16", | ||
"version": "1.10.4-beta.17", | ||
"description": "Easy[V] component tools", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -20,2 +20,3 @@ | ||
function (err, matches) { | ||
console.log(err, matches); | ||
if (err || matches.length === 0) { | ||
@@ -22,0 +23,0 @@ // callback( |
43335
1303