Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from aretecode/patch-1
Browse files Browse the repository at this point in the history
undefined plugin
  • Loading branch information
eliperelman authored Mar 8, 2017
2 parents f122edd + 73cf9bc commit 735930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = class {

merge(obj) {
if (obj.plugin) {
this.plugin = plugin;
this.plugin = obj.plugin;
}

if (obj.args) {
Expand Down

0 comments on commit 735930c

Please sign in to comment.