We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21debd9 commit 2d76c3bCopy full SHA for 2d76c3b
1 file changed
lib/ecto/adapters/myxql.ex
@@ -589,7 +589,7 @@ defmodule Ecto.Adapters.MyXQL do
589
]
590
591
# Trap exits in case mysql dies in the middle of execution so that we can surface the error
592
- # Process.flag(:trap_exit, true)
+ # Process.flag(:trap_exit, true)
593
port = Port.open({:spawn_executable, abs_cmd}, port_opts)
594
Port.command(port, contents)
595
# Use this as a signal to close the port since we cannot
0 commit comments