- Notifications
You must be signed in to change notification settings - Fork20.6k
Commit110802c
Effect: Fix a unnecessary conditional statement in .stop()
Because of the above conditional, the 'type' variable has a value of type'string' or undefined. Therefore, boolean comparisons for 'type' variableis always unnecessary because it return true. The patch removed theunnecessary conditional statement.Fixesgh-4374Closesgh-43751 parentb220f6d commit110802c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 |
| - | |
| 541 | + | |
542 | 542 |
| |
543 | 543 |
| |
544 | 544 |
| |
|
0 commit comments
Comments
(0)