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 f860bda commit d5c53d0Copy full SHA for d5c53d0
lib/RemoteSync.coffee
@@ -139,7 +139,7 @@ class RemoteSync
139
targetPath = path.join(targetPath, path.relative(@projectPath, localPath))
140
diffCmd = atom.config.get('remote-sync.difftoolCommand')
141
exec ?= require("child_process").exec
142
- exec "#{diffCmd} \"#{localPath}\" \"#{targetPath}\"", (err)->
+ exec "\"#{diffCmd}\" \"#{localPath}\" \"#{targetPath}\"", (err)->
143
return if not err
144
getLogger().error """Check [difftool Command] in your settings (remote-sync).
145
Command error: #{err}
0 commit comments