Skip to content

Commit

Permalink
Forgot to finish this
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Aug 17, 2024
1 parent 69c7890 commit b100f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stale.Cli/LongTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LongTask Run(string taskName, bool weak, Func<CancellationToken, Task> action, C
// doing this through ctx so that in the future i can do a little nicer handling of a background task
// failure, like adding extra supporting data to a log file or whatever.

var task = new LongTask(taskName, true, new StackTrace());
var task = new LongTask(taskName, weak, new StackTrace());
var assigned = false;

async Task LongAction()
Expand Down

0 comments on commit b100f2f

Please sign in to comment.