Skip to content

Commit

Permalink
refactor: update line numbers for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Oct 9, 2024
1 parent 0a96f13 commit 206627b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ function StepCompletionPopover(o) {
function SeenCompletionPopover(o) {
let e, n;
return (
(e = new G({ props: { line: 17, pos: 33, pop: !0, noninteractable: !0, $$slots: { default: [SeenCompletionPopoverContent] }, $$scope: { ctx: o } } })),
(e = new G({ props: { line: 15, pos: 33, pop: !0, noninteractable: !0, $$slots: { default: [SeenCompletionPopoverContent] }, $$scope: { ctx: o } } })),
{
c() {
P(e.$$.fragment);
Expand Down Expand Up @@ -1836,7 +1836,7 @@ commentWorkflow.<span class="hover" id="nv-node-framework-trigger"><fn>trigger</
be.subscribe((A) => {
transitionToState(6, (ve = A));
});
let StepCompletionComponent = { line: 11, pos: 18, completion: "email", completions: stepCompletions, written: 0, index: 3 };
let StepCompletionComponent = { line: 9, pos: 18, completion: "email", completions: stepCompletions, written: 0, index: 3 };
const _t = () => setTimer(1500),
gt = (A) => {
transitionToState(7, (StepCompletionComponent.completion = A.detail), StepCompletionComponent), transitionToState(4, (finalStateSnippet[6] = ` model: <span class="hover" id="nv-node-framework-step"><str>'${A.detail}'</str></span>,`), finalStateSnippet);
Expand Down

0 comments on commit 206627b

Please sign in to comment.