Skip to content

Commit e834370

Browse files
committed
adding more debugging to find out why some tests fail
1 parent 07015da commit e834370

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

system/cache/store/indexers/MetadataIndexer.cfc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ component accessors="true" {
144144

145145
throw(
146146
type = "InvalidProperty",
147-
message = "Invalid property requested: #arguments.property#",
148-
detail = "Valid properties are: #structKeyList( metadata )#"
147+
message = "Invalid property requested: [#arguments.property#]. Valid properties are: [#structKeyList( metadata )#]"
149148
);
150149
}
151150

@@ -176,8 +175,8 @@ component accessors="true" {
176175
* Get an array of sorted keys for this indexer according to parameters
177176
*
178177
* @objectKey
179-
* @property
180-
* @value
178+
* @property
179+
* @value
181180
*/
182181
array function getSortedKeys(
183182
required property,

0 commit comments

Comments
 (0)