Skip to content

Commit 612dd04

Browse files
committed
#107; String in one line "Failed to connect to Standalone V8 VM"
1 parent e6e33fd commit 612dd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chromedevtools/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/JavascriptVmEmbedderFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ public JavascriptVmEmbedder attach(JavascriptVmEmbedder.Listener embedderListene
283283
throws CoreException {
284284
embedderListener = null;
285285
//+ @since 0.9 modified exception message string
286-
String ERROR_STRING = "Nodeclipse/chromedevtools failed to connect to Standalone V8 VM\n"
287-
+"( Check Help (F1) and Support http://www.nodeclipse.org/#support ). info:"+;
286+
String ERROR_STRING = "Nodeclipse/chromedevtools failed to connect to Standalone V8 VM "
287+
+"( Check Help (F1) and Support http://www.nodeclipse.org/#support )\n. Info:";
288288
try {
289289
standaloneVm.attach(debugEventListener);
290290
} catch (IOException e) {

0 commit comments

Comments
 (0)