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: src/src/com/tns/Module.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ static String bootstrapApp()
249
249
// 2. Check for index.js
250
250
// 3. Check for bootstrap.js
251
251
252
-
StringnotFoundMessage = "Application entry point file not found. Please specify the file in package.json otherwise make sure the file index.js or bootstrap.js exists.\\n If using typescript make sure your entry point file is transpiled to javascript.";
252
+
StringnotFoundMessage = "Application entry point file not found. Please specify the file in package.json otherwise make sure the file index.js or bootstrap.js exists.\\nIf using typescript make sure your entry point file is transpiled to javascript.";
253
253
254
254
// resolvePathHelper() never returns a non-existing file. Instead it throws an exception.
0 commit comments