senecajs / seneca

A microservices toolkit for Node.js.
http://senecajs.org
MIT License
3.95k stars 314 forks source link

split out form here into separate task: call_init #817

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

split out form here into separate task: call_init

If init$ option false, do not execute init action.

https://github.com/senecajs/seneca/blob/d26612c21386cb9c74ea41de092ad64a517d87c4/lib/use.js#L455

            }
            // TODO: split out form here into separate task: call_init
            // If init$ option false, do not execute init action.
            if (false === plugin_options.init$) {
                plugin_done();
github-actions[bot] commented 4 years ago

Closed in 6d7a79515c7272184785478495f3958ed872c827

github-actions[bot] commented 4 years ago

Closed in 6d7a79515c7272184785478495f3958ed872c827