X Tutup
Skip to content

Function apply without arguments should not lead to exception#1228

Merged
Perryvw merged 1 commit intomasterfrom
apply-exception
Mar 12, 2022
Merged

Function apply without arguments should not lead to exception#1228
Perryvw merged 1 commit intomasterfrom
apply-exception

Conversation

@Perryvw
Copy link
Member

@Perryvw Perryvw commented Mar 11, 2022

Seems we never bothered to check .apply() without second argument (argument array)

Fixes #1226

@Perryvw Perryvw merged commit 26ac507 into master Mar 12, 2022
@Perryvw Perryvw deleted the apply-exception branch March 12, 2022 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception: Cannot read property 'kind' of undefined when using function.apply

2 participants

X Tutup