log more details for issue #78

This commit is contained in:
Ryan Haskell-Glatz 2021-05-08 12:34:56 -05:00
parent 2dad9f9662
commit db4d52a2f2

View File

@ -185,7 +185,7 @@ const compileMainElm = (env: Environment) => async () => {
`${RED}!${reset} elm-spa failed to understand an error`,
`Please report the output below to ${green}https://github.com/ryannhg/elm-spa/issues${reset}`,
`-----`,
error,
JSON.stringify(error, null, 2),
`-----`,
`${RED}!${reset} elm-spa failed to understand an error`,
`Please send the output above to ${green}https://github.com/ryannhg/elm-spa/issues${reset}`,