From 867fe16f27be22da093403083e7feed4e75ce67b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 4 Dec 2023 16:24:22 -0700 Subject: [PATCH] fix: mipsle => mipsel --- _webi/lint-builds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/lint-builds.js b/_webi/lint-builds.js index c20bcf6..9527a7d 100644 --- a/_webi/lint-builds.js +++ b/_webi/lint-builds.js @@ -252,7 +252,7 @@ if (module === require.main) { exitTimeout.unref(); }) .catch(function (err) { - console.error(err); + console.error(err.stack || err); process.exit(1); }); }