Index: samples/shell.cc |
diff --git a/samples/shell.cc b/samples/shell.cc |
index 0710d4643aa3a4845714f6e0259a9198ff5e81f0..ae6d015e157dc083aa017b3b73f762404af131f2 100644 |
--- a/samples/shell.cc |
+++ b/samples/shell.cc |
@@ -112,6 +112,7 @@ 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); |