forge icon indicating copy to clipboard operation
forge copied to clipboard

fix: Replace deprecated String.prototype.substr()

Open CommanderRoot opened this issue 3 years ago • 1 comments

String.prototype.substr() is deprecated so we replace it with String.prototype.slice() which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't hurt to do it.

CommanderRoot avatar Mar 11 '22 17:03 CommanderRoot

Reviewed

LeelaAsapu avatar Mar 27 '22 08:03 LeelaAsapu