Fix text of promptForYaml

main
Mari 3 years ago
parent a9cbd24e0c
commit 548f6766e4
  1. 4
      src/schemata/YAMLPrompt.ts

@ -58,8 +58,8 @@ export async function promptForYaml<ObjectT>({schema, currentValue, name}: YamlP
type: "expand", type: "expand",
message: "Choose how to proceed:", message: "Choose how to proceed:",
choices: [ choices: [
{key: "r", name: "Retry edits with current text", value: RETRY}, {key: "r", name: "Retry editing current text", value: RETRY},
{key: "a", name: "Abort editing and keep original state", value: ABORT} {key: "a", name: "Abort editing and reset to original state", value: ABORT}
], ],
}) })
switch (option) { switch (option) {

Loading…
Cancel
Save