Fix d8 prompt after readline removal

TBR=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29824}
This commit is contained in:
Adam Klein 2015-07-23 12:26:50 -07:00
parent c9ca1803ad
commit dfd8115143

View File

@ -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.