File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ PARAMS is the optional method params."
76
76
(replace-regexp-in-string (regexp-quote " \n " ) " " it nil 'literal )
77
77
(replace-regexp-in-string (regexp-quote " ][" ) " ]\n [" it nil 'literal )
78
78
(split-string it " \n " )
79
- (-map (lambda (el ) (seq-first (lsp--read-json el))) it))))
79
+ (-map (lambda (el ) (lsp- seq-first (lsp--read-json el))) it))))
80
80
81
81
(defun lsp-dart-flutter-daemon-handle-events (raw-response )
82
82
" Handle Flutter daemon events from RAW-RESPONSE."
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ flutter cache dir."
92
92
(apply #'message (concat prefix " " msg) args)))
93
93
94
94
(defun lsp-dart-project-custom-log (prefix msg &rest args )
95
- " Log MSG with custom PREFIX and ARGS."
95
+ " Log with custom PREFIX the MSG and ARGS."
96
96
(let ((base-prefix (propertize " [LSP Dart]" 'face 'font-lock-keyword-face ))
97
97
(custom-prefix (propertize prefix 'face 'font-lock-function-name-face )))
98
98
(apply #'message (concat base-prefix " " custom-prefix " " msg) args)))
You can’t perform that action at this time.
0 commit comments