This commit is contained in:
Kim Biesbjerg 2016-12-04 23:48:11 +01:00
parent 16ea45235e
commit 7d8ed8400c

View File

@ -39,7 +39,7 @@ try {
extractor.save(destination);
cli.ok(`Extracted ${messages.length} strings: '${destination}'`);
} else {
cli.info(`Found no strings extractable strings in the provided path: '${options.dir}'`);
cli.info(`Found no extractable strings in the supplied directory path: '${options.dir}'`);
}
} catch (e) {
cli.fatal(e.toString());