Skip to content

Commit 5f1e1af

Browse files
authored
chore(scripts): make sure there's no console
These kind of scripts better have `shell.echo` to give info for consistency and eslint complaining
1 parent 69c9f1a commit 5f1e1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ inquirer
227227
});
228228
});
229229
})
230-
.catch(e => console.error(e));
230+
.catch(e => shell.echo(e));

0 commit comments

Comments
 (0)