@hackmd/spm 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2316,7 +2316,7 @@ program2.command("logs [service]").option("-t, --tail", "Tail log files in real
2316
2316
  }
2317
2317
  if (follow) {
2318
2318
  const logPaths = logFiles.map((file) => path.join(LOG_DIR, file));
2319
- const tailArgs = ["-f"];
2319
+ const tailArgs = ["-F"];
2320
2320
  if (lines) {
2321
2321
  tailArgs.push("-n", lines);
2322
2322
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hackmd/spm",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Simpler Process Manager - minimal pm2-like features for better development script setup",
5
5
  "module": "index.ts",
6
6
  "type": "module",