stdin rather than cin
git-svn-id: svn://10.0.0.236/trunk@68339 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -81,7 +81,7 @@ static bool promptLine(LineReader &inReader, string &s,
|
||||
|
||||
|
||||
JavaScript::World world;
|
||||
JavaScript::Debugger::Shell jsd(world, cin, JavaScript::stdOut,
|
||||
JavaScript::Debugger::Shell jsd(world, stdin, JavaScript::stdOut,
|
||||
JavaScript::stdOut);
|
||||
const bool showTokens = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user