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
<spanclass="cstat-no" title="statement not covered" > }</span>
860
860
<spanclass="cstat-no" title="statement not covered" > }</span>
861
861
<spanclass="cstat-no" title="statement not covered" > if ( !isObject( policies ) ) {</span>
862
-
<spanclass="cstat-no" title="statement not covered" > throw new TypeError( format( 'invalid argument. Fourth argument must be an object. Value: `%s`.', table ) );</span>
862
+
<spanclass="cstat-no" title="statement not covered" > throw new TypeError( format( 'invalid argument. Third argument must be an object. Value: `%s`.', table ) );</span>
863
863
<spanclass="cstat-no" title="statement not covered" > }</span>
864
864
<spanclass="cstat-no" title="statement not covered" > if ( !isOutputDataTypePolicy( policies.output ) ) {</span>
865
-
<spanclass="cstat-no" title="statement not covered" > throw new TypeError( format( 'invalid argument. Fourth argument must be an object having a supported output data type policy. Value: `%s`.', policies.output ) );</span>
865
+
<spanclass="cstat-no" title="statement not covered" > throw new TypeError( format( 'invalid argument. Third argument must be an object having a supported output data type policy. Value: `%s`.', policies.output ) );</span>
866
866
<spanclass="cstat-no" title="statement not covered" > }</span>
867
867
<spanclass="cstat-no" title="statement not covered" > this._table = {</span>
868
868
<spanclass="cstat-no" title="statement not covered" > 'default': table.default,</span>
0 commit comments