Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from megatron0000/master (fixes #7)
Browse files Browse the repository at this point in the history
Fixes issue #7. 
> Debug FS
  • Loading branch information
miroreo authored Jun 28, 2021
2 parents 88896f2 + 8c04f3f commit 9652dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ function openReplClient(
};
},
);

openedRepls[replInfo.id] = { replInfo, client };

if (replInfo.lang.engine === 'goval') {
const output = new ReplitOutput(client);

Expand All @@ -225,7 +228,6 @@ function openReplClient(
`This repl is a ${replInfo.lang.engine} repl, so it has limited features.`,
);
}
openedRepls[replInfo.id] = { replInfo, client };
return client;
}

Expand Down

0 comments on commit 9652dfa

Please sign in to comment.