Adding chain catch function

This commit is contained in:
Nate Taylor
2019-10-23 20:16:04 -05:00
parent 9bbce6939a
commit f5196268c4
3 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ export function chain(){
setText('C');
}
export function chainCatch(){
setText('C1')
}
export function final(){
setText('D');
}