Improve description.

This commit is contained in:
Roman Telezhynskyi 2023-01-11 14:02:48 +02:00
parent 19344de569
commit f43f8c5f98

View file

@ -69,7 +69,7 @@ Module {
prepare: { prepare: {
var cmd = new JavaScriptCommand(); var cmd = new JavaScriptCommand();
cmd.description = "generating " + output.fileName + " from " + input.fileName; cmd.description = "Generating " + output.fileName + " from " + input.fileName;
cmd.highlight = "codegen"; cmd.highlight = "codegen";
cmd.sourceCode = function() { cmd.sourceCode = function() {
var aggregateDesktopKeys = Fdo.parseDesktopFile(input.filePath); var aggregateDesktopKeys = Fdo.parseDesktopFile(input.filePath);