Skip to content

Commit 2d76c3b

Browse files
test
1 parent 21debd9 commit 2d76c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/adapters/myxql.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ defmodule Ecto.Adapters.MyXQL do
589589
]
590590

591591
# Trap exits in case mysql dies in the middle of execution so that we can surface the error
592-
# Process.flag(:trap_exit, true)
592+
# Process.flag(:trap_exit, true)
593593
port = Port.open({:spawn_executable, abs_cmd}, port_opts)
594594
Port.command(port, contents)
595595
# Use this as a signal to close the port since we cannot

0 commit comments

Comments
 (0)