oh-langfuse 0.1.42 → 0.1.43
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/bin/cli.js +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -244,7 +244,7 @@ async function ensureEnvironment(rl, target, options) {
|
|
|
244
244
|
"Action Needed",
|
|
245
245
|
missing.map(([name, hint]) => `${paint(name, t.red)} ${paint(hint, t.muted)}`)
|
|
246
246
|
);
|
|
247
|
-
|
|
247
|
+
console.log("");
|
|
248
248
|
await rl.question(`${paint("Press Enter after installing the missing dependency, or Ctrl+C to exit.", t.gold)} `);
|
|
249
249
|
return false;
|
|
250
250
|
}
|
|
@@ -778,7 +778,7 @@ async function setupLangfuseMenu(rl, options) {
|
|
|
778
778
|
|
|
779
779
|
function printHelp() {
|
|
780
780
|
renderBrand({ dryRun: false });
|
|
781
|
-
|
|
781
|
+
console.log("");
|
|
782
782
|
renderSection("Usage", [
|
|
783
783
|
"npx oh-langfuse@latest",
|
|
784
784
|
"npx oh-langfuse@latest check opencode",
|