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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I have an issue since this commit on phantomJS 2.2.1.
PhantomJS 2.1.1 (Linux 0.0.0) ERROR
TypeError: Attempted to assign to readonly property.
at karma-shim.js:133326
PhantomJS 2.1.1 (Linux 0.0.0) ERROR
TypeError: Attempted to assign to readonly property.
at karma-shim.js:133326
I think one of the property stack or zoneAwareStack must be readonly but I can't figure out why ? Everything works fine on chrome or when downgrading on 0.8.0.
Hi,
I have an issue since this commit on phantomJS 2.2.1.
Line is here
I think one of the property stack or zoneAwareStack must be readonly but I can't figure out why ? Everything works fine on chrome or when downgrading on 0.8.0.
Thanks