tilemill-project / millstone

middleware for map styles and datasources
BSD 3-Clause "New" or "Revised" License
32 stars 37 forks source link

Fix invalid json test for changes in Node.js #129

Closed tomhughes closed 5 years ago

tomhughes commented 7 years ago

In recent versions of Node.js the error message is now:

SyntaxError: Unexpected token ] in JSON at position 190

instead of:

SyntaxError: Unexpected token ]

tpotter7 commented 5 years ago

Already fixed.