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
-[CLI can easily fail and blow project up on windows when you have multiple plugins. (#369)](https://github.com/NativeScript/android-runtime/issues/369)
19
+
-[Provide method implementations for partially implemented interfaces. (#259)](https://github.com/NativeScript/android-runtime/issues/259)
20
+
-[Generate metadata for protected interfaces (#236)](https://github.com/NativeScript/android-runtime/issues/236)
21
+
-[Cannot resolve method/constructor signatures when null is passed (#90)](https://github.com/NativeScript/android-runtime/issues/90)
22
+
-[App seems to load up with a white screen on run, but works in debug mode #397](https://github.com/NativeScript/android-runtime/issues/397)
Copy file name to clipboardExpand all lines: build-artifacts/project-template-gradle/build-tools/android-static-binding-generator/ast-parser/helpers/logger.js
+41-41Lines changed: 41 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1,48 +1,51 @@
1
1
varfs=require('fs'),
2
-
path=require('path'),
3
-
os=require('os'),
2
+
path=require('path'),
3
+
os=require('os'),
4
4
fileHelpers=require("./file_helpers")();
5
5
6
-
module.exports=function(setting){
7
-
6
+
module.exports=function(setting){
8
7
varlogDirectory=path.dirname(setting.logPath);
9
-
if(!fs.existsSync(logDirectory)){
10
-
console.error("couldn't find logDirectory so it will be created in place:"+setting.logPath);
0 commit comments