Merge pull request +7451 from c9/fix/ftp-mount-errorhandling

Adding error tracking to mounting
pull/117/merge
Tim Robinson 2015-05-29 11:40:14 +02:00
commit 88070b4ec1
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -475,12 +475,14 @@ module.exports = function(options) {
{
packagePath: "plugins/c9.ide.mount/ftp",
curlftpfsBin: options.mount.curlftpfsBin,
fusermountBin: options.mount.fusermountBin
fusermountBin: options.mount.fusermountBin,
ssh: options.ssh
},
{
packagePath: "plugins/c9.ide.mount/sftp",
sshfsBin: options.mount.sshfsBin,
fusermountBin: options.mount.fusermountBin
fusermountBin: options.mount.fusermountBin,
ssh: options.ssh
},
{
packagePath: "plugins/c9.ide.upload/dragdrop",

Wyświetl plik

@ -91,7 +91,7 @@
"c9.ide.imgeditor": "#ed89162aa7",
"c9.ide.immediate": "#6845a93705",
"c9.ide.installer": "#3e6f7a72c9",
"c9.ide.mount": "#39bfb225e8",
"c9.ide.mount": "#250f8d91a2",
"c9.ide.navigate": "#f358997d93",
"c9.ide.newresource": "#f1f0624768",
"c9.ide.openfiles": "#28a4f5af16",