Skip to content

Commit e1dd896

Browse files
committed
Append new line
1 parent f2dd744 commit e1dd896

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,4 +814,4 @@
814814
"assetsPalletInstance": null
815815
}
816816
}
817-
}
817+
}

src/createRegistry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const unreliableIds = {
5656
*/
5757
const writeJson = (path: string, data: TokenRegistry): void => {
5858
fs.writeFileSync(path, JSON.stringify(data, null, 2));
59+
fs.appendFileSync(path, '\n', 'utf-8');
5960
};
6061

6162
interface AssetsInfo {

0 commit comments

Comments
 (0)