You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chromedevtools/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/JavascriptVmEmbedderFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -283,8 +283,8 @@ public JavascriptVmEmbedder attach(JavascriptVmEmbedder.Listener embedderListene
283
283
throwsCoreException {
284
284
embedderListener = null;
285
285
//+ @since 0.9 modified exception message string
286
-
StringERROR_STRING = "Nodeclipse/chromedevtools failed to connect to Standalone V8 VM\n"
287
-
+"( Check Help (F1) and Support http://www.nodeclipse.org/#support ). info:"+;
286
+
StringERROR_STRING = "Nodeclipse/chromedevtools failed to connect to Standalone V8 VM"
287
+
+"( Check Help (F1) and Support http://www.nodeclipse.org/#support )\n. Info:";
0 commit comments