You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting exceptions when removing advice in dcl v2. Looks like it's due to a typo in the code... In advise.js you have three places that call convert() and then reference result.handles (with an s):
I saw the error running the regression tests for ibm-js/decor (like the getSetObserver test in tests/unit/Stateful.js) but I didn't bother making a minimal test case.
The text was updated successfully, but these errors were encountered:
I'm getting exceptions when removing advice in dcl v2. Looks like it's due to a typo in the code... In advise.js you have three places that call
convert()
and then referenceresult.handles
(with an s):Yet if you look at that convert() method, it returns "handle" not "handles":
I saw the error running the regression tests for ibm-js/decor (like the getSetObserver test in tests/unit/Stateful.js) but I didn't bother making a minimal test case.
The text was updated successfully, but these errors were encountered: