Skip to content

Commit f6c6266

Browse files
committed
Fix :file.pwrite return type
1 parent 184c771 commit f6c6266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/sync/lock.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ defmodule Mix.Sync.Lock do
470470
raise File.Error, reason: reason, action: "sync file"
471471
end
472472

473-
{:error, {_n, reason}} ->
473+
{:error, reason} ->
474474
raise File.Error, reason: reason, action: "write to file at position"
475475
end
476476
end

0 commit comments

Comments
 (0)