File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ let establish_client_session ~wait =
7777
7878let warn_ignore_arguments lock_held_by =
7979 User_warning. emit
80- [ Pp. tag User_message.Style. Warning
81- @@ Pp. paragraphf
82- " Your build request is being forwarded to a running Dune instance%s. Note \
83- that certain command line arguments may be ignored. "
84- ( match lock_held_by with
85- | Dune_util.Global_lock.Lock_held_by. Unknown -> " "
86- | Pid_from_lockfile pid -> sprintf " (pid: %d) " pid)
80+ [ Pp. paragraphf
81+ " Your build request is being forwarded to a running Dune instance%s. Note that \
82+ certain command line arguments may be ignored. "
83+ ( match lock_held_by with
84+ | Dune_util.Global_lock.Lock_held_by. Unknown -> " "
85+ | Pid_from_lockfile pid -> sprintf " (pid: %d) " pid)
86+ |> Pp. tag User_message.Style. Warning
8787 ]
8888;;
8989
You can’t perform that action at this time.
0 commit comments