aboutsummaryrefslogtreecommitdiffstats
path: root/direct_bookmark.js
diff options
context:
space:
mode:
authoranekos2012-03-31 21:34:29 +0900
committeranekos2012-03-31 21:34:29 +0900
commit5432a97230c9e6985520305a949b3bf57824a087 (patch)
treea7f75d39f59de85d807a5aec01259631066e18fc /direct_bookmark.js
parentf3d555f39226c9ad0b9398b291607aaa874c0011 (diff)
parente8deb13c9b46e0c465b245cac6f3ae8fdb54da59 (diff)
downloadvimperator-plugins-5432a97230c9e6985520305a949b3bf57824a087.tar.bz2
Merge branch 'direct_bookmark/pass-error'
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r--direct_bookmark.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js
index b4b62e0..602b829 100644
--- a/direct_bookmark.js
+++ b/direct_bookmark.js
@@ -718,13 +718,15 @@ for Migemo search: require XUL/Migemo Extension
user,password,
isNormalize ? getNormalizedPermalink(url) : url,title,
comment,tags
- //));
- ));
+ ));
if(echoType == "multiline") {
d = d.next(function(){
liberator.echo("[" + services[service].description + "] post completed.");
});
}
+ d = d.error(function() {
+ liberator.echoerr(services[service].description + ": failed");
+ });
});
if(echoType == "simple") {
d = d.next(function(){