This commit is contained in:
Myk Melez 2015-02-25 08:43:59 -08:00
Родитель 3628455c7c
Коммит d4a9d6fbfa
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -22,8 +22,8 @@ var config = {
// Ignored files are files that always exist and are empty, so we discard
// writes to them and return no data from reads. It's useful for log files
// to which midlets write frequently but never read. Specify one by setting
// a string pathname key to the boolean true value.
// to which midlets write frequently but never read. Specify one by adding
// the string pathname to the set via config.ignoredFiles.add().
ignoredFiles: new Set(),
};