branch: elpa/dart-mode
commit aa628c9cff64942111bd526cd0c5199272a99218
Author: Piotr Anielski <[email protected]>
Commit: Brady Trainor <[email protected]>
Remove deprecated analysis server option
---
dart-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dart-mode.el b/dart-mode.el
index 474a43d..8e26f8f 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -833,8 +833,7 @@ Initializes analysis server support for all `dart-mode'
buffers."
(start-process "dart-analysis-server"
"*dart-analysis-server*"
(dart-executable-path)
- (dart--analysis-server-snapshot-path)
- "--no-error-notification")))
+ (dart--analysis-server-snapshot-path))))
(set-process-query-on-exit-flag dart-process nil)
(setq dart--analysis-server
(dart--analysis-server-create dart-process)))