fixed saveAllThenQuit function
This commit is contained in:
parent
4ec1c56077
commit
10fbdfe969
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class Ex
|
||||||
saveAll: ->
|
saveAll: ->
|
||||||
atom.workspace.saveAll()
|
atom.workspace.saveAll()
|
||||||
# save all then quit
|
# save all then quit
|
||||||
saveAllThenQuit: - >
|
saveAllThenQuit: ->
|
||||||
atom.workspace.saveAll()
|
atom.workspace.saveAll()
|
||||||
@quitAll()
|
@quitAll()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue