@harness-engineering/orchestrator 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1414,7 +1414,7 @@ var WorkflowLoader = class {
|
|
|
1414
1414
|
if (parts.length < 3) {
|
|
1415
1415
|
return (0, import_types3.Err)(
|
|
1416
1416
|
new Error(
|
|
1417
|
-
`Invalid
|
|
1417
|
+
`Invalid harness.orchestrator.md format at ${filePath}. Expected frontmatter surrounded by '---'.`
|
|
1418
1418
|
)
|
|
1419
1419
|
);
|
|
1420
1420
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1342,7 +1342,7 @@ var WorkflowLoader = class {
|
|
|
1342
1342
|
if (parts.length < 3) {
|
|
1343
1343
|
return Err2(
|
|
1344
1344
|
new Error(
|
|
1345
|
-
`Invalid
|
|
1345
|
+
`Invalid harness.orchestrator.md format at ${filePath}. Expected frontmatter surrounded by '---'.`
|
|
1346
1346
|
)
|
|
1347
1347
|
);
|
|
1348
1348
|
}
|