Skip to content

Commit 49eb8e8

Browse files
authored
Attempt fix 3
1 parent 3fccf49 commit 49eb8e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/xinterpreter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ __get_cxx_version ()
138138
{
139139
nl::json kernel_res;
140140

141+
142+
auto input_guard = input_redirection(allow_stdin);
143+
141144
// Check for magics
142145
for (auto& pre : preamble_manager.preamble)
143146
{

0 commit comments

Comments
 (0)