[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Add TODO(#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 12, 2021
1 parent 558a110 commit c1ca9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Pid cmd_run_async(Cmd cmd, Fd *fdin, Fd *fdout)
BOOL bSuccess =
CreateProcess(
NULL,
// TODO: cmd_run_async on Windows does not render command line properly
// TODO(#33): cmd_run_async on Windows does not render command line properly
// It may require wrapping some arguments with double-quotes if they contains spaces, etc.
cstr_array_join(" ", cmd.line),
NULL,
Expand Down

0 comments on commit c1ca9c4

Please sign in to comment.