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 3bcdf32 commit 55ea958Copy full SHA for 55ea958
swift-mode-repl.el
@@ -631,7 +631,7 @@ CODESIGNING-FOLDER-PATH is the path of the app."
631
"install"
632
device-identifier
633
codesigning-folder-path))
634
- (error "%s: %s","Cannot install app" (buffer-string)))))
+ (error "%s: %s" "Cannot install app" (buffer-string)))))
635
636
(defun swift-mode:launch-ios-app (device-identifier
637
product-bundle-identifier
0 commit comments