Fix typo
This commit is contained in:
		| @@ -39,7 +39,7 @@ try { | |||||||
| 		extractor.save(destination); | 		extractor.save(destination); | ||||||
| 		cli.ok(`Extracted ${messages.length} strings: '${destination}'`); | 		cli.ok(`Extracted ${messages.length} strings: '${destination}'`); | ||||||
| 	} else { | 	} 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) { | } catch (e) { | ||||||
| 	cli.fatal(e.toString()); | 	cli.fatal(e.toString()); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user