We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efd087 commit 83b691dCopy full SHA for 83b691d
swift-mode-repl.el
@@ -280,7 +280,7 @@ Return a JSON object."
280
(unless project-directory (setq project-directory default-directory))
281
(swift-mode:call-process-to-json
282
swift-mode:swift-package-executable
283
- "--chdir" project-directory "describe" "--type" "json"))
+ "--package-path" project-directory "describe" "--type" "json"))
284
285
(defun swift-mode:read-main-module (project-directory)
286
"Read the main module description from the manifest file Package.swift.
0 commit comments