mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
1ed6733ab5ebb941363791cd6ade88d0366563d1
Previously if atom was launched with no path to open then '/' was being opened as the project and a file named 'undefined' was initially open. This was because path.basename() returns the string 'undefined' when called with an undefined path. This restores the previous behavior of launching a new untitled editor with no project. Closes #936
Atom — Futuristic Text Editing
Check out our guides and API documentation.
Installing
Download the latest Atom release from speakeasy.
It will automatically update when a new release is available.
Building
Requirements
- Mountain Lion
- Boxen (Obviously Atom won't release with this requirement)
Installation
-
gh-setup atom -
cd ~/github/atom -
script/build
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%