mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
503d0e52ab
commit
ac74eb4be6
1 changed files with 6 additions and 1 deletions
|
|
@ -187,5 +187,10 @@ jobs:
|
|||
sets: sets
|
||||
});
|
||||
|
||||
fs.writeFile(path.join('wiki', 'Set-implementation-list.md'), content);
|
||||
console.log(content);
|
||||
|
||||
try {
|
||||
fs.writeFileSync(path.join('wiki', 'Set-implementation-list.md'), content);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue