Commit dfd81151 authored by Adam Klein's avatar Adam Klein

Fix d8 prompt after readline removal

TBR=yangguo@chromium.org

Review URL: https://codereview.chromium.org/1246983004 .

Cr-Commit-Position: refs/heads/master@{#29824}
parent c9ca1803
......@@ -1391,7 +1391,7 @@ void Shell::RunShell(Isolate* isolate) {
printf("V8 version %s\n", V8::GetVersion());
while (true) {
HandleScope inner_scope(isolate);
printf(" d8>");
printf("d8> ");
#if defined(__native_client__)
// Native Client libc is used to being embedded in Chrome and
// has trouble recognizing when to flush.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment