Skip to content

Commit 19f7d5f

Browse files
committed
lsp-dart-run error fixed
error message was ``` error in process filter: Wrong type argument: hash-table-p ```
1 parent ee476aa commit 19f7d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-dart-dap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Call CALLBACK when the device is chosen and started successfully."
261261
(buffer-file-name))))))
262262
(lambda (start-debugging-callback)
263263
(lsp-dart-dap--flutter-get-or-start-device
264-
(-lambda ((&hash "id" device-id "name" device-name))
264+
(-lambda ((&plist :id device-id :name device-name))
265265
(funcall start-debugging-callback
266266
(-> pre-conf
267267
(dap--put-if-absent :deviceId device-id)

0 commit comments

Comments
 (0)