mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
refactor(Components): Remove check that was put into components logic
This commit is contained in:
parent
7ac29d2c20
commit
6eda4aa4ff
@ -31,7 +31,7 @@ if (userNodeVersion >= 8) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (componentsV2.runningComponents() || process.argv[2] === 'registry') {
|
||||
if (componentsV2.runningComponents()) {
|
||||
componentsV2.runComponents();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user