refactor(console) gitsetSpawn: rm condition

This commit is contained in:
coderaiser 2014-07-03 04:05:01 -04:00
parent 9a5f6a3a8a
commit 65ef7f32cb

View file

@ -179,8 +179,7 @@
isSended = false,
args = сommand.split(' '),
send = function(error, data) {
if (!isSended)
isSended = true;
isSended = true;
callback({
stderr: error,