mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
chore: Change to log error in ci.
This commit is contained in:
parent
706c5a2a2b
commit
8d87f399fb
@ -41,7 +41,7 @@ const runTests = ({ times, results = [], fn }) => {
|
||||
fn,
|
||||
});
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
process.exit(1);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user