This commit is contained in:
Billy Autrey 2025-09-15 11:53:23 -05:00
parent f8903ab37a
commit 2f1de0b962
No known key found for this signature in database
GPG Key ID: F86AD21E31257794
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ final case class Extracted(
/**
* Runs the task specified by `key` and returns the unhandled direct result of EvaluateTask.
*
*
* This method differs from `runTask` in that it does not unwrap the option, or process results.
*/
def runTaskUnhandled[T](key: TaskKey[T], state: State): Option[(State, Result[T])] =