This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mercurial: Fix #726 Atom freezing when opening preferences
Summary: Open `atom://` uris had a `nuclideUri.join(directoryPath, '..')` which can go in an infinite loop. Replacing with `nuclideUri.dirname` fixes that and makes the code more friendly with windows directory paths. Reviewed By: shushz Differential Revision: D3908314 fbshipit-source-id: 88985638cc5598943f516f4f4cc342c36039c2a7
- Loading branch information
1 parent
697bfc5
commit ac43a48
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters