Index: experimental/SkV8Example/SkV8Example.cpp |
diff --git a/experimental/SkV8Example/SkV8Example.cpp b/experimental/SkV8Example/SkV8Example.cpp |
index 7c6622696bdb94407c562f379dfebdb222e12f91..fb4f42d705f809e4da15b338f7566a1d4c8e2504 100644 |
--- a/experimental/SkV8Example/SkV8Example.cpp |
+++ b/experimental/SkV8Example/SkV8Example.cpp |
@@ -310,6 +310,7 @@ SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv) { |
} |
if (!global->parseScript(script)) { |
+ printf("Failed to parse file: %s.\n", FLAGS_infile[0]); |
exit(1); |
} |