Skip to content

Commit 74c845a

Browse files
committed
Fix setting debug errors
1 parent e4ef7f3 commit 74c845a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_playground.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ defmodule PhoenixPlayground do
143143
live_reload: true,
144144
ip: {127, 0, 0, 1},
145145
endpoint_options: [],
146-
debug_errors: false,
146+
debug_errors: true,
147147
open_browser: true,
148148
child_specs: []
149149
])

0 commit comments

Comments
 (0)