Commit cab616a4 authored by nanahira's avatar nanahira

fix

parent 0cefa821
...@@ -48,7 +48,7 @@ var pull_data = function(path, remote, branch, callback) { ...@@ -48,7 +48,7 @@ var pull_data = function(path, remote, branch, callback) {
callback(); callback();
} }
}); });
catch (err) { } catch (err) {
sendResponse("Errored pulling on branch "+branch+" at "+path+" from "+remote+"."); sendResponse("Errored pulling on branch "+branch+" at "+path+" from "+remote+".");
if (callback) { if (callback) {
callback(); callback();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment