mirror of
https://github.com/atom/atom.git
synced 2026-02-01 10:14:58 -05:00
💄
Kevin found this offensive
This commit is contained in:
committed by
Kevin Sawicki
parent
72d76e511e
commit
56b333e7fb
@@ -34,7 +34,7 @@ syncRepositoryState = ->
|
||||
# abort if working directory is unclean
|
||||
|
||||
# apply bundle of unpushed changes from host
|
||||
{unpushedChanges, head} =atom.guestSession.repositoryDelta
|
||||
{unpushedChanges, head} = atom.guestSession.repositoryDelta
|
||||
if unpushedChanges
|
||||
tempFile = temp.path(suffix: '.bundle')
|
||||
fs.writeFileSync(tempFile, new Buffer(atom.guestSession.repositoryDelta.unpushedChanges, 'base64'))
|
||||
|
||||
Reference in New Issue
Block a user