Fix error on workflow file

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-09-29 11:30:00 -04:00
parent b30fc76de5
commit a9e2f0338a
2 changed files with 3 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ export class WorkflowsManager {
workflows.push({
name: (yamlContent ? yamlContent.name : undefined) || path.parse(workflowFileUri.fsPath).name,
uri: workflowFileUri,
error: 'Failed to parse workflow file'
error: 'Failed to parse workflow file.'
});
}
}