mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
The 2nd argument of Logs constructor contains just a command line
arguments like `{"-f", "hello"}`.
As of the above, logs command always fail on the last of logs command.
PR#4344 aims to inject userStats, so I've solved this problem by
injecting userStats by substitution not the constructor argument.