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 5cb1997 commit 05e3fe8Copy full SHA for 05e3fe8
lsp-dart-utils.el
@@ -145,7 +145,8 @@ FLUTTER_ROOT environment variable."
145
(let* ((command (lsp-dart--executable-find "dart" (lsp-dart-get-sdk-dir))))
146
(if command
147
command
148
- (lsp-dart-log "Dart command not found in path '%s'" command))))
+ (lsp-dart-log "Dart command not found in path '%s'" command)
149
+ nil)))
150
151
(defun lsp-dart-pub-command ()
152
"Return the pub executable path from Dart SDK path."
0 commit comments