Skip to content

Commit

Permalink
Fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Mar 20, 2019
1 parent 4be3c19 commit 45ef8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/after_plugin_install.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module.exports = function(ctx) {
.pipe(fs.createWriteStream(pluginXmlPath))
.on('error', reject)
.on('close', resolve);
});
}));

};

0 comments on commit 45ef8ba

Please sign in to comment.