We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2111ffe commit bc845deCopy full SHA for bc845de
lib/commands/log.js
@@ -24,6 +24,8 @@ class LogCommand extends Command {
24
25
if (instance.running) {
26
instance.loadRunningEnvironment();
27
+ } else {
28
+ instance.checkEnvironment();
29
}
30
31
// Check if logging file transport is set in config
0 commit comments