This commit is contained in:
Jessica Lord 2015-05-19 11:18:22 -07:00
Родитель 8fea373758
Коммит 25019de690
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,6 @@ possible with your report. If you can, please include:
* Class methods and properties (methods starting with a `@`)
* Instance methods and properties
* Avoid platform-dependent code:
* Use `require('fs-plus').getHomeDirectory()` to get the home directory.
* Use `path.join()` to concatenate filenames.
* Use `os.tmpdir()` rather than `/tmp` when you need to reference the
temporary directory.