File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ namespace Harness.LanguageService {
274
274
getCompilationSettings ( ) : string { return JSON . stringify ( this . nativeHost . getCompilationSettings ( ) ) ; }
275
275
getCancellationToken ( ) : ts . HostCancellationToken { return this . nativeHost . getCancellationToken ( ) ; }
276
276
getCurrentDirectory ( ) : string { return this . nativeHost . getCurrentDirectory ( ) ; }
277
- getDirectories ( path : string ) { return this . nativeHost . getDirectories ( path ) ; }
277
+ getDirectories ( path : string ) : string { return JSON . stringify ( this . nativeHost . getDirectories ( path ) ) ; }
278
278
getDefaultLibFileName ( ) : string { return this . nativeHost . getDefaultLibFileName ( ) ; }
279
279
getScriptFileNames ( ) : string { return JSON . stringify ( this . nativeHost . getScriptFileNames ( ) ) ; }
280
280
getScriptSnapshot ( fileName : string ) : ts . ScriptSnapshotShim {
You can’t perform that action at this time.
0 commit comments