Skip to content

Commit

Permalink
Fix wake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-eitilt committed Dec 5, 2024
1 parent 7388926 commit 8e3c6fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion share/wake/lib/system/job_cache_runner.wake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ export def mkJobCacheRunner (hashFn: RunnerInput => Result String Error) (wakero
require True = isDebugOn

def _ = write ".cache-hit/read.{prefix}.json" "//{label}\n{jobCacheJsonIn}"
def _ = write ".cache-hit/out.{prefix}.json" "//{label}\n{prettyJSON jobCacheJsonOut}"

def _ =
write ".cache-hit/out.{prefix}.json" "//{label}\n{prettyJSON jobCacheJsonOut}"

True

Expand Down

0 comments on commit 8e3c6fb

Please sign in to comment.