Skip to content

Commit

Permalink
fix(run-import-js): No longer "importjsd" in v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thaenalpha authored and kevinkehl committed Feb 15, 2022
1 parent 480e55c commit d2bbb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/import-js.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
(interactive)
(kill-import-js)
(let ((process-connection-type nil))
(setq import-js-process (start-process "import-js" nil "importjsd" "start" (format "--parent-pid=%s" (emacs-pid))))
(setq import-js-process (start-process "import-js" nil "importjs" "start" (format "--parent-pid=%s" (emacs-pid))))
(set-process-filter import-js-process 'import-js-handle-data)))

;;;###autoload
Expand Down

0 comments on commit d2bbb53

Please sign in to comment.