Fixup of scripts
This commit is contained in:
parent
e133c8e1b7
commit
abb06e7231
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ const ModifiedSinceVersion = "2.x";
|
|||
module.exports = async function main(argv) {
|
||||
const out = new Output();
|
||||
await GenerateChangeList(argv, out);
|
||||
await fs.writeFile(argv.outputPath, out.buffer);
|
||||
await fs.promises.writeFile(argv.outputPath, out.buffer);
|
||||
};
|
||||
|
||||
async function GenerateChangeList(argv, out) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue