Skip to content

Commit ecd7399

Browse files
committed
Removed some whitespace from an error message.
1 parent 92ccaf8 commit ecd7399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/src/com/tns/Module.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static String bootstrapApp()
249249
// 2. Check for index.js
250250
// 3. Check for bootstrap.js
251251

252-
String notFoundMessage = "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+
String notFoundMessage = "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.";
253253

254254
// resolvePathHelper() never returns a non-existing file. Instead it throws an exception.
255255
File bootstrapFile;

0 commit comments

Comments
 (0)