@tsed/cli-core 3.20.14 → 3.20.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.modern.js +1 -1
- package/lib/index.modern.js.map +1 -1
- package/package.json +1 -1
package/lib/index.modern.js
CHANGED
|
@@ -1816,7 +1816,7 @@ let CliPlugins = class CliPlugins {
|
|
|
1816
1816
|
const tasks = plugins.map(plugin => {
|
|
1817
1817
|
return {
|
|
1818
1818
|
title: `Run plugin '${chalk.cyan(plugin)}'`,
|
|
1819
|
-
task: () => this.cliHooks.emit(CommandStoreKeys.ADD, plugin)
|
|
1819
|
+
task: () => this.cliHooks.emit(CommandStoreKeys.ADD, plugin, ctx)
|
|
1820
1820
|
};
|
|
1821
1821
|
});
|
|
1822
1822
|
return [...tasks, {
|