You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a call to the deprecated String.prototype.substr inside of github issue template file.
/source/runner/templates/githubIssueTemplate.ts
To Reproduce
I'm currently not aware of any runtime that doesn't still support this function, but it would be wise to remove it in case support gets dropped on some runtimes.
Expected behavior
This should be replaced with a different function like String.prototype.substring.
Your Environment
software
version
danger.js
11
node
18
npm
n/a
Operating System
Ubuntu
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a call to the deprecated
String.prototype.substr
inside of github issue template file./source/runner/templates/githubIssueTemplate.ts
To Reproduce
I'm currently not aware of any runtime that doesn't still support this function, but it would be wise to remove it in case support gets dropped on some runtimes.
Expected behavior
This should be replaced with a different function like
String.prototype.substring
.Your Environment
The text was updated successfully, but these errors were encountered: