| Index: samples/shell.cc
|
| diff --git a/samples/shell.cc b/samples/shell.cc
|
| index aebccc6b6528fad81f721f29b0fc68fd0a780d8b..0710d4643aa3a4845714f6e0259a9198ff5e81f0 100644
|
| --- a/samples/shell.cc
|
| +++ b/samples/shell.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2009 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -112,7 +112,6 @@ class SourceGroup {
|
| v8::Handle<v8::String> source = ReadFile(arg);
|
| if (source.IsEmpty()) {
|
| printf("Error reading '%s'\n", arg);
|
| - continue;
|
| }
|
| if (!ExecuteString(source, file_name, false, true)) {
|
| ExitShell(1);
|
|
|