Skip to content

Commit

Permalink
fix js backend readline on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Nov 27, 2021
1 parent ce681f7 commit 209315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/os/readline.kk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module std/os/readline

extern import
c file "readline-inline.c"
js file "readline-inline.js"
js file "readline-inline.js"


// Read a line of input synchronously from stdin (using UTF8 encoding).
Expand Down

0 comments on commit 209315b

Please sign in to comment.