mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
return the result of running the action
Original commit: elastic/kibana-plugin-helpers@9b819eeeb3
This commit is contained in:
parent
ceb52252be
commit
efa7302364
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ module.exports = function run(name, options) {
|
|||
if (!action) throw new Error('Invalid task: "' + name + '"');
|
||||
|
||||
var plugin = pluginConfig();
|
||||
action(plugin, run, options);
|
||||
return action(plugin, run, options);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue