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
This library accepts a code location (in the form of a [StackFrame](https://github.com/stacktracejs/stackframe)) and
6
8
returns a new StackFrame with a more accurate location (using [source maps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/)) and guessed function names.
@@ -86,4 +88,4 @@ Functions that rely on [Source Maps](http://www.html5rocks.com/en/tutorials/deve
86
88
(`pinpoint` and `getMappedLocation`) require recent browsers.
87
89
88
90
## Contributing
89
-
Want to be listed as a *Contributor*? Start with the [Contributing Guide](CONTRIBUTING.md)!
91
+
Want to be listed as a *Contributor*? Start with the [Contributing Guide](.github/CONTRIBUTING.md)!
0 commit comments