Skip to content

Commit 7eb6b57

Browse files
Fixing Logger to continue running
1 parent dfa2f0d commit 7eb6b57

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/tail.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ module.exports = async (selected, logs, groups, options) => {
7272
}
7373
}
7474
}
75+
76+
setTimeout(tail, options.polling * 1000)
7577
}
7678

77-
setTimeout(tail, options.polling * 1000)
79+
tail()
7880
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sfcc-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Command Line Interface for Salesforce Commerce Cloud Sandbox Development",
55
"homepage": "https://github.com/redvanworkshop/sfcc-cli#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)