fix main.scm
This commit is contained in:
parent
fc388f8d46
commit
786cf9d894
|
@ -77,8 +77,8 @@
|
|||
(parameterize
|
||||
((current-input-port
|
||||
(if program
|
||||
(current-input-port)
|
||||
(open-input-string program))))
|
||||
(open-input-string program)
|
||||
(current-input-port))))
|
||||
(main-loop))))
|
||||
|
||||
(export repl))
|
||||
|
|
Loading…
Reference in New Issue