зеркало из https://github.com/mozilla/commonplace.git
Fix broken extract_strings
This commit is contained in:
Родитель
e52dd447cf
Коммит
5498718a19
|
@ -264,7 +264,7 @@ function extract_l10n() {
|
|||
var context = new (require('./extract_l10n').L10nContext)();
|
||||
var src_dir = info.src_dir();
|
||||
|
||||
_check_version(src_dir, undefined, undefined, function() {
|
||||
check_version(src_dir, undefined, undefined, function() {
|
||||
console.error('No Commonplace installation found.');
|
||||
process.exit(1);
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче