stackframe
stackframe copied to clipboard
Doc for toString() does not match code
Expected Behavior
The toString()
method is documented as outputting funcName(args)@fileName:lineNo:colNo
. This should be the preferred format IMO.
Current Behavior
Code and output use funcName (fileName:lineNo:colNo)
, and args
are not even used in the method.
Steps to Reproduce (for bugs)
Context
Your Environment
- Package version:
- Browser name and version:
- OS version (desktop or mobile):
- Link to your project:
Possible Solution
Implement the method to match the documentation.