mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #28] why count === 2 is not count === 1 in function-to-string.checker ? #13
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @claviering on GitHub (Sep 6, 2021).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/28
github.com/AEPKILL/devtools-detector@1781eb8c94/src/checkers/function-to-string.checker.ts (L27)@AEPKILL commented on GitHub (Sep 8, 2021):
because
toStingmethod will be invoked twice.@claviering commented on GitHub (Sep 14, 2021):
I try to only using
devtoolsTestFunction.toString,toStringmethod will be invoked once. Where be invoked another once?