mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Merge pull request #1467 from atom/atom-shell-v0.8.6
Upgrade to atom-shell@v0.8.6
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"url": "http://github.com/atom/atom/raw/master/LICENSE.md"
|
||||
}
|
||||
],
|
||||
"atomShellVersion": "0.8.5",
|
||||
"atomShellVersion": "0.8.6",
|
||||
"dependencies": {
|
||||
"async": "0.2.6",
|
||||
"bootstrap": "git://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372",
|
||||
|
||||
@@ -39,10 +39,6 @@ class AtomApplication
|
||||
createAtomApplication()
|
||||
return
|
||||
|
||||
# The net.connect is slow in atom-shell for now, use this workaround until
|
||||
# atom/atom-shell#159 is fixed.
|
||||
process.activateUvLoop()
|
||||
|
||||
client = net.connect {path: socketPath}, ->
|
||||
client.write JSON.stringify(options), ->
|
||||
client.end()
|
||||
|
||||
Reference in New Issue
Block a user