Skip to content

Commit

Permalink
fix(validateAndCoerceTypes): add a node for #help-fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Aug 12, 2023
1 parent bab01a6 commit 662760d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/validateAndCoerceTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@ or open a new issue (and mention the symbol): ${pkg.name} v${pkg.version}
For information on how to turn off the above logging or skip these errors,
see https://github.com/gadicc/node-yahoo-finance2/tree/devel/docs/validation.md.
At the end of the doc, there's also a section on how to
[Help Fix Validation Errors](https://github.com/gadicc/node-yahoo-finance2/blob/devel/docs/validation.md#help-fix)
in case you'd like to contribute to the project. Most of the time, these
fixes are very quick and easy; it's just hard for our small core team to keep up,
so help is always appreciated!
`);
} /* if (logErrors) */

Expand Down

0 comments on commit 662760d

Please sign in to comment.