Skip to content

Commit b2eb211

Browse files
committed
fix: run loadpaths on format
1 parent 03fa507 commit b2eb211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/spark/formatter.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ if Code.ensure_loaded?(Sourceror) do
5959

6060
def format(contents, opts) do
6161
Mix.Task.reenable("compile")
62+
Mix.Task.reenable("loadpaths")
6263
Mix.Task.run("compile")
64+
Mix.Task.run("loadpaths")
6365

6466
config =
6567
:spark

0 commit comments

Comments
 (0)