Simplify change log in release notes; Add separate script for updating changelog.
This commit is contained in:
parent
536beba583
commit
58c6024030
8 changed files with 115 additions and 44 deletions
10
utility/shared/execMain.js
Normal file
10
utility/shared/execMain.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = function (main) {
|
||||
setTimeout(
|
||||
() =>
|
||||
main().catch(e => {
|
||||
console.error(e);
|
||||
process.exit(1);
|
||||
}),
|
||||
0
|
||||
);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue