mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +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,
|
fn,
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.error(e);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user