Skip to content

Commit

Permalink
remove unused onFinish attribute of Plugin (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Jun 29, 2023
1 parent 07614c0 commit 21a2290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function Plugin (parent, func, options, isAfter, timeout) {
this.started = false
this.func = func
this.opts = options
this.onFinish = null
this.parent = parent
this.timeout = timeout === undefined ? parent._timeout : timeout
this.name = getPluginName(func, options)
Expand Down

0 comments on commit 21a2290

Please sign in to comment.