Skip to content

Commit 2066a5d

Browse files
dpsuttonbbatsov
authored andcommitted
[Fix #1613] Check for refresh function resolvable (#1866)
When there is a refresh function, either before or after, ensure that it is resolvable and invoked instead of just erroring
1 parent 35ae447 commit 2066a5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cider-interaction.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,9 @@ Defaults to the current ns. With prefix arg QUERY, prompts for a ns."
14481448
((member "invoked-before" status)
14491449
(log-echo (format "Successfully called %s\n" before) 'font-lock-string-face))
14501450

1451+
((member "invoked-not-resolved" status)
1452+
(log-echo "Could not resolve refresh function\n" 'font-lock-string-face))
1453+
14511454
(reloading
14521455
(log-echo (format "Reloading %s\n" reloading) 'font-lock-string-face))
14531456

0 commit comments

Comments
 (0)