mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
more test fixes
This commit is contained in:
parent
8171dede90
commit
9ed5b4c435
@ -45,6 +45,11 @@ module ts {
|
||||
return {
|
||||
close: () => { }
|
||||
}
|
||||
},
|
||||
watchDirectory: (path, callback, recursive?) => {
|
||||
return {
|
||||
close: () => { }
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user