@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.
- package/dist/index.js +1 -1
- 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 = ["-
|
|
2319
|
+
const tailArgs = ["-F"];
|
|
2320
2320
|
if (lines) {
|
|
2321
2321
|
tailArgs.push("-n", lines);
|
|
2322
2322
|
}
|