fix(tl): renamed errors.json to raw-errors.json to avoid confusion with js/ts files
This commit is contained in:
parent
dd6e90bef6
commit
a6f9c02ef7
2 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export declare class RpcError extends Error {
|
||||||
baseErrors.forEach((it) => (it.base = true))
|
baseErrors.forEach((it) => (it.base = true))
|
||||||
const allErrors = [...baseErrors, ...csv]
|
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) => {
|
allErrors.forEach((err) => {
|
||||||
let hasArgument =
|
let hasArgument =
|
||||||
|
|
Loading…
Reference in a new issue