Last active
August 29, 2015 13:58
-
-
Save davetapley/10164224 to your computer and use it in GitHub Desktop.
Access array show in object by util.inspect, but not JSON.stringify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: "error", | |
length: 97, | |
severity: "ERROR", | |
code: "42P01", | |
position: "13", | |
file: "parse_relation.c", | |
line: "873", | |
routine: "parserOpenTable" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ [error: relation "visits" does not exist] | |
name: 'error', | |
length: 97, | |
severity: 'ERROR', | |
code: '42P01', | |
detail: undefined, | |
hint: undefined, | |
position: '13', | |
internalPosition: undefined, | |
internalQuery: undefined, | |
where: undefined, | |
file: 'parse_relation.c', | |
line: '873', | |
routine: 'parserOpenTable' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment