Skip to content

Commit 483f938

Browse files
committed
fix exception message
1 parent c0683cd commit 483f938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/beacon/loader.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ defmodule Beacon.Loader do
185185
186186
Got:
187187
188-
#{Exception.message(e)}"],
188+
#{Exception.message(e)}
189189
190190
"""
191191

0 commit comments

Comments
 (0)