Skip to content

Commit

Permalink
lsp-dart-run error fixed
Browse files Browse the repository at this point in the history
error message was

```
error in process filter: Wrong type argument: hash-table-p
```
  • Loading branch information
lazyskulptor committed Apr 16, 2024
1 parent ee476aa commit 19f7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-dart-dap.el
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Call CALLBACK when the device is chosen and started successfully."
(buffer-file-name))))))
(lambda (start-debugging-callback)
(lsp-dart-dap--flutter-get-or-start-device
(-lambda ((&hash "id" device-id "name" device-name))
(-lambda ((&plist :id device-id :name device-name))
(funcall start-debugging-callback
(-> pre-conf
(dap--put-if-absent :deviceId device-id)
Expand Down

0 comments on commit 19f7d5f

Please sign in to comment.