Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlntv committed Sep 8, 2024
1 parent eafb19e commit 4d2a12b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion src/shims/readlineShim.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class Interface {
}

function createInterface(options) {
console.log("bruh")

return new Interface(options)
}

Expand All @@ -81,7 +83,7 @@ function emitKeypressEvents(stream, rlinterface) {
// empty function since the KeypressEvent is already enabled
}

module.exports = {
export {
Interface,
createInterface,
clearLine,
Expand Down

0 comments on commit 4d2a12b

Please sign in to comment.