- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Jun 2019 13:43:58 +0000
- To: public-webrtc-logs@w3.org
``` make[1]: Leaving directory `/home/travis/build/w3c/webrtc-pc/support/widlproc' WIDLPROC_PATH=support/widlproc/obj/widlproc python2 support/webidl-checker/webidl-check build/output.html > /dev/null 4: at 'DOMException': expected identifier error found in IDL #87 [ Exposed=Window, Constructor(RTCErrorInit init, optional DOMString message = "") *** ] interface RTCError : DOMException { readonly attribute RTCErrorDetailType errorDetail; readonly attribute long? sdpLineNumber; readonly attribute long? httpRequestStatusCode; readonly attribute long? sctpCauseCode; readonly attribute unsigned long? receivedAlert; readonly attribute unsigned long? sentAlert; };------------------------------ make: *** [webidl] Error 64 The command "make check" exited with 2. ``` I don't know why it complains about DOMException still. The link works when I test the page manually. -- GitHub Notification of comment by henbos Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2200#issuecomment-501708736 using your GitHub account
Received on Thursday, 13 June 2019 13:43:59 UTC