File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
"iconv-lite" : " 0.4.4" ,
37
37
"ios-sim-portable" : " 1.0.4" ,
38
38
"lockfile" : " 1.0.0" ,
39
- "lodash" : " 3.5 .0" ,
40
- "log4js" : " 0.6.9 " ,
39
+ "lodash" : " 3.6 .0" ,
40
+ "log4js" : " 0.6.22 " ,
41
41
"marked" : " 0.3.3" ,
42
42
"marked-terminal" : " 1.2.0" ,
43
43
"mkdirp" : " 0.3.5" ,
59
59
"shelljs" : " 0.3.0" ,
60
60
"tabtab" : " https://github.com/Icenium/node-tabtab/tarball/master" ,
61
61
"temp" : " 0.8.1" ,
62
- "unzip" : " 0.1.11" ,
63
62
"winreg" : " 0.0.12" ,
64
63
"xcode" : " https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz" ,
65
64
"xmlhttprequest" : " https://github.com/telerik/node-XMLHttpRequest/tarball/master" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import path = require("path");
7
7
8
8
export class LoggerStub implements ILogger {
9
9
setLevel ( level : string ) : void { }
10
+ getLevel ( ) : string { return undefined ; }
10
11
fatal ( ...args : string [ ] ) : void { }
11
12
error ( ...args : string [ ] ) : void { }
12
13
warn ( ...args : string [ ] ) : void { }
@@ -146,6 +147,10 @@ export class FileSystemStub implements IFileSystem {
146
147
return [ ] ;
147
148
}
148
149
150
+ tryExecuteFileOperation ( path : string , operation : ( ) => IFuture < any > , enoentErrorMessage ?: string ) : IFuture < void > {
151
+ return undefined ;
152
+ }
153
+
149
154
isRelativePath ( path : string ) : boolean {
150
155
return false ;
151
156
}
You can’t perform that action at this time.
0 commit comments