Skip to content

Commit

Permalink
Remove unneeded URI.parse call
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus authored and mhanberg committed Aug 17, 2023
1 parent f187af6 commit f4f9a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/monkey/_next_ls_private_compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule NextLSPrivate.Tracer do
def trace(:start, env) do
Process.send(
parent_pid(),
{{:tracer, :start}, URI.parse(env.file).path},
{{:tracer, :start}, env.file},
[]
)

Expand Down

0 comments on commit f4f9a7c

Please sign in to comment.