branch: elpa/swift-mode commit 55ea9581ba318e631e5ca276d4405382ddaf7404 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Fix syntax error --- swift-mode-repl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode-repl.el b/swift-mode-repl.el index abb7803..6fb221a 100644 --- a/swift-mode-repl.el +++ b/swift-mode-repl.el @@ -631,7 +631,7 @@ CODESIGNING-FOLDER-PATH is the path of the app." "install" device-identifier codesigning-folder-path)) - (error "%s: %s","Cannot install app" (buffer-string))))) + (error "%s: %s" "Cannot install app" (buffer-string))))) (defun swift-mode:launch-ios-app (device-identifier product-bundle-identifier