We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfb2a4 commit f32a08cCopy full SHA for f32a08c
src/cider/nrepl/middleware/slurp.clj
@@ -65,7 +65,8 @@
65
66
(defn get-file-content-type [^Path p]
67
(or (get known-content-types (split-last (.toString p) "."))
68
- (Files/probeContentType p)))
+ (Files/probeContentType p)
69
+ "application/octet-stream"))
70
71
;; FIXME (arrdem 2018-04-11):
72
;; Remove this if-class when we have jdk1.8 min
0 commit comments