fix: mipsle => mipsel

This commit is contained in:
AJ ONeal
2023-12-28 02:05:18 -07:00
parent 40766bea4c
commit 867fe16f27
+1 -1
View File
@@ -252,7 +252,7 @@ if (module === require.main) {
exitTimeout.unref();
})
.catch(function (err) {
console.error(err);
console.error(err.stack || err);
process.exit(1);
});
}