This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
var a = IP_PATTERN.match(address).slice(1).map(funtion(v) {
^
The actual error is SyntaxError: Unexpected token {. Notice how the console expands the tab in the code to 8 characters but the function that prints the caret assumes that a character is always one space long and so is actually 7 places short of where it should be.
A small issue, but a bit of an annoyance.