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
thrownewInvalidParameterException(String.format("You need to pass a file containing a single line: the output dir for the metadata generator1\n", e.getMessage()));
30
-
}
31
-
try {
32
-
params = getFileRows(MDG_JAVA_DEPENDENCIES);
33
-
} catch (Exceptione) {
34
-
thrownewInvalidParameterException(String.format("You need to pass a file containing a list of jar/class paths, so metadata can be generated for them!\n", e.getMessage()));
thrownewInvalidParameterException(String.format("You need to pass a file containing a single line: the output dir for the metadata generator1\n", e.getMessage()));
31
+
}
32
+
try {
33
+
params = getFileRows(MDG_JAVA_DEPENDENCIES);
34
+
} catch (Exceptione) {
35
+
thrownewInvalidParameterException(String.format("You need to pass a file containing a list of jar/class paths, so metadata can be generated for them!\n", e.getMessage()));
Copy file name to clipboardExpand all lines: test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/Main.java
0 commit comments