refactor(OnChange): update message to ease debugging
This commit is contained in:
parent
85a714f022
commit
769e9741d3
|
@ -1,5 +1,5 @@
|
|||
export class OnChange {
|
||||
onChange(changes) {
|
||||
throw "not implemented";
|
||||
throw "OnChange.onChange is not implemented";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue