Skip to content

Commit

Permalink
slightly changed error messages (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Jun 11, 2024
1 parent 7684e21 commit 9851635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TaskObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class TaskObject {

/** @type {TaskObjectError} */
const error = {
message: `asset does not exist for target and createObjects is false`,
message: `Asset does not exist for target and createObjects is false`,
target: parsedResult.target,
sourceRef: parsedResult.sourceRef
}
Expand Down Expand Up @@ -200,7 +200,7 @@ export default class TaskObject {
addItemToMapArrayValue(taskAsset.checklists, checklist.benchmarkId, checklist)
}
else {
checklist.ignored = `Not mapped to Asset and I can't change that`
checklist.ignored = `STIG not assigned to Asset and createObjects is false.`
taskAsset.checklistsIgnored.push(checklist)
}
}
Expand Down

0 comments on commit 9851635

Please sign in to comment.