Skip to content

Commit 132d9ae

Browse files
committed
Adding a check and this is strange that the error handling was not better in chrysal because it can happen that a field is not present.
1 parent ca02f60 commit 132d9ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Pillar-Chrysal/ConfigurationForPillar.class.st

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,12 @@ ConfigurationForPillar >> inputFile: aValue [
436436
^ self propertyAt: #inputFile put: aValue
437437
]
438438

439+
{ #category : 'manually added for now' }
440+
ConfigurationForPillar >> isOnlyCheckersDefined [
441+
442+
^ self propertyAt: #onlyCheckers ifPresent: [ true ] ifAbsent: [ false ]
443+
]
444+
439445
{ #category : 'accessing' }
440446
ConfigurationForPillar >> keywords [
441447
"generated code"

0 commit comments

Comments
 (0)