Skip to content

Commit

Permalink
Remove unnecessary ensure check js-debug-* configs
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Mar 2, 2024
1 parent cd1e98c commit 8700a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
(dape-ensure-command config)
(let ((js-debug-file
(file-name-concat
(dape--config-eval-value (plist-get config 'command-cwd))
(dape--config-eval-value (car (plist-get config 'command-args))))))
(unless (file-exists-p js-debug-file)
(user-error "File %S does not exist" js-debug-file))))
Expand Down

0 comments on commit 8700a65

Please sign in to comment.