We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c86c80 commit 477dd51Copy full SHA for 477dd51
packages/teamplay/orm/Signal.js
@@ -109,7 +109,7 @@ export default class Signal extends Function {
109
}
110
111
getCollection () {
112
- if (this[SEGMENTS].length === 0) throw Error('Can\'t get the id of the root signal')
+ if (this[SEGMENTS].length === 0) throw Error('Can\'t get the collection of the root signal')
113
if (this[SEGMENTS][0] === AGGREGATIONS) {
114
return getAggregationCollectionName(this[SEGMENTS])
115
0 commit comments