diff --git a/atom/renderer/api/atom_api_web_frame.cc b/atom/renderer/api/atom_api_web_frame.cc index e38f2393ce..9e7d5cdd2b 100644 --- a/atom/renderer/api/atom_api_web_frame.cc +++ b/atom/renderer/api/atom_api_web_frame.cc @@ -108,8 +108,7 @@ class ScriptExecutionCallback : public blink::WebScriptExecutionCallback { } else { promise_.RejectWithErrorMessage( "Script failed to execute, this normally means an error " - "was thrown. Check the renderer console for the error." - "was thrown, check the renderer console for the error"); + "was thrown. Check the renderer console for the error."); } } else { promise_.RejectWithErrorMessage(