Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
mccraigmccraig committed May 23, 2023
1 parent 295d445 commit 64835b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ interceptor execution history:
:a-frame.interceptor-chain/success]]
```

note the second entry:
each log entry has the form:

`[<interceptor-spec> <interceptor-fn> <action> <data-arg> <outcome>]`

so looking at the second entry, which refers to the `::load-foo` cofx:

``` clojure
[{:a-frame.interceptor-chain/key :a-frame.cofx/inject-validated-cofx,
Expand All @@ -242,12 +246,8 @@ note the second entry:
:a-frame.interceptor-chain/success]
```

each log entry has the form:

`[<interceptor-spec> <interceptor-fn> <action> <data-arg> <outcome>]`

so you can see both the specification of the cofx data arg `:a-frame.cofx/arg`
and the resolved `<data-arg>`
both the specification of the cofx data arg `:a-frame.cofx/arg`
and the resolved `<data-arg>` can be seen.

## error handling and resumption

Expand Down

0 comments on commit 64835b2

Please sign in to comment.