Skip to content

Commit b34609d

Browse files
committed
fixed typo
1 parent 05e238c commit b34609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/debug_adapter/lib/debug_adapter/stacktrace.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ defmodule ElixirLS.DebugAdapter.Stacktrace do
9393
Process.exit(meta_query_pid, :kill)
9494

9595
Output.debugger_console(
96-
"Meta process down fo pid #{inspect(pid)}: #{inspect(reason)}\n"
96+
"Meta process down for pid #{inspect(pid)}: #{inspect(reason)}\n"
9797
)
9898

9999
[]

0 commit comments

Comments
 (0)