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
thrownewError(`Can not ${value===void0 ? 'remove' : 'modify'} Array index ${insertIndex} as length is not sufficient`);
135
+
thrownewError(`Can not ${value===void0 ? 'remove' : (isArrayInsertion ? 'insert' : 'modify')} Array index ${insertIndex} as length is not sufficient`);
124
136
}
125
137
}else{
126
138
thrownewError(`Can not add ${typeoflastSegment!=='number' ? 'index' : 'property'} to parent of type ${parent.type}`);
0 commit comments