Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 15, 2023
1 parent 7047162 commit c5a3210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wrike_ist/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
check-valid-task-promise)
(.then
(fn [result]
(.info js/console (str "Main function success: " result)))
(.info js/console (str "Main function success: " result))
(js/Promise.resolve result))
(.catch
(fn [error]
(.error js/console (str "Main function error: " error))
(core/setFailed (.-message error)))))))
(js/Promise.reject error))))))
(recur (rest links))))
(js/console.log "No pull_request in payload"))))

0 comments on commit c5a3210

Please sign in to comment.