csnover / TraceKit

Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getSource doesn't support urls in the format: protocol://domain:port/path

davidomid opened this issue · comments

getSource won't retrieve from source urls when the base url contains a port, such as:

http://localhost:62828/ or other internal applications which use a specific port number.

Fixed via pull request (thanks!)