Commit adcf3f5
committed
Make inspect-print-current-value an async op
I moved the inspect-print-current-value op out of
"with-safe-transport" because I saw an exception in
the *nrepl-messages* buffer with a "pprint-stacktrace". I believe this
is due to inspect-print-current-value sending messages back line by
line, which is different from the safe-transport handlers.1 parent 779f889 commit adcf3f5
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | | - | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
0 commit comments