From db4d52a2f27c475d185cdb46476ac75d39252a78 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Sat, 8 May 2021 12:34:56 -0500 Subject: [PATCH] log more details for issue #78 --- src/cli/src/cli/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/src/cli/build.ts b/src/cli/src/cli/build.ts index ca3d5b0..ad93a50 100644 --- a/src/cli/src/cli/build.ts +++ b/src/cli/src/cli/build.ts @@ -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}`,