fix(tl): renamed errors.json to raw-errors.json to avoid confusion with js/ts files

This commit is contained in:
teidesu 2021-04-11 19:41:39 +03:00
parent dd6e90bef6
commit a6f9c02ef7
2 changed files with 1 additions and 1 deletions

View file

@ -113,7 +113,7 @@ export declare class RpcError extends Error {
baseErrors.forEach((it) => (it.base = true))
const allErrors = [...baseErrors, ...csv]
fs.writeFileSync(path.join(__dirname, '../errors.json'), JSON.stringify(allErrors))
fs.writeFileSync(path.join(__dirname, '../raw-errors.json'), JSON.stringify(allErrors))
allErrors.forEach((err) => {
let hasArgument =