Skip to content

Commit 9432ec7

Browse files
authored
Update graphql-codegen-hook.js
1 parent 68f3986 commit 9432ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/graphql-codegen-hook.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ const shouldExecute = fileMatches.length > 0;
3838

3939
if (!shouldExecute) {
4040
if (verbose) {
41-
shell.echo('No matching files found requires: js(x)|ts(x)');
41+
console.log('No matching files found requires: js(x)|ts(x)');
4242
}
4343
return 0;
4444
} else {
4545
if (verbose) {
46-
shell.echo(`Matching files found: ${fileMatches.join(", ")}`);
46+
console.log(`Matching files found: ${fileMatches.join(", ")}`);
4747
}
4848
const basePath = shell.pwd().toString();
4949

0 commit comments

Comments
 (0)