Skip to content

Commit dea66a6

Browse files
committed
Fix comment spacing for readDirectory in shims.ts
1 parent 785804e commit dea66a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/shims.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ namespace ts {
6464

6565
/** Public interface of the the of a config service shim instance.*/
6666
export interface CoreServicesShimHost extends Logger {
67-
/** Returns a JSON-encoded value of the type: string[]
67+
/**
68+
* Returns a JSON-encoded value of the type: string[]
6869
*
6970
* @param exclude A JSON encoded string[] containing the paths to exclude
7071
* when enumerating the directory.

0 commit comments

Comments
 (0)