We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0ad95 commit d395398Copy full SHA for d395398
eca-process.el
@@ -189,7 +189,7 @@ https://github.com/emacs-lsp/lsp-mode/issues/4746#issuecomment-2957183423"
189
(eca-info "Downloading eca server from %s to %s..." url download-path)
190
(eca--download-file url download-path)
191
(eca-info "Downloaded eca, unzipping it...")
192
- (unless eca-unzip-script
+ (unless (and eca-unzip-script (funcall eca-unzip-script))
193
(error "Unable to find `unzip' or `powershell' on the path, please customize `eca-unzip-script'"))
194
(shell-command (format (funcall eca-unzip-script) download-path (f-parent store-path)))
195
(f-write-text version 'utf-8 eca-server-version-file-path)
0 commit comments