Skip to content

Commit

Permalink
broken repl script
Browse files Browse the repository at this point in the history
  • Loading branch information
natemwilson committed Feb 20, 2024
1 parent 78efeb7 commit eb0abde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion example.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
console.log('Some .ts code reproducing a bug');
const repl = require("repl");

const foo = "bar";

const replServer = repl.start();

replServer.context.foo = foo;

0 comments on commit eb0abde

Please sign in to comment.