Skip to content

Commit

Permalink
(#105) Connect a TODO with the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 28, 2023
1 parent e786c9b commit 3a3a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O21.Game/Downloader.fs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ let DownloadData (controller: LoadController) (outputPath: string) (language: La
with
| ex ->
eprintf $"{ex.Message}\n{ex.StackTrace}"
// TODO: log ex
// TODO[#105]: log ex
retry <- retry - 1
if retry <= 0 then finished <- true
else
Expand Down

0 comments on commit 3a3a914

Please sign in to comment.