We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d399ab3 commit 100207cCopy full SHA for 100207c
aml-ai/listLocations.js
@@ -45,6 +45,6 @@ const main = async () => {
45
46
// node listLocations.js
47
main().catch(err => {
48
- console.log(err);
+ console.error(err);
49
process.exitCode = 1;
50
});
0 commit comments