Skip to content

Commit 100207c

Browse files
committed
refactor: use error instead of log
1 parent d399ab3 commit 100207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aml-ai/listLocations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ const main = async () => {
4545

4646
// node listLocations.js
4747
main().catch(err => {
48-
console.log(err);
48+
console.error(err);
4949
process.exitCode = 1;
5050
});

0 commit comments

Comments
 (0)