Fix comment spacing for readDirectory in shims.ts

This commit is contained in:
Jason Ramsay 2015-07-15 14:19:54 -07:00
parent 785804edd8
commit dea66a66dc

View File

@ -64,7 +64,8 @@ namespace ts {
/** Public interface of the the of a config service shim instance.*/
export interface CoreServicesShimHost extends Logger {
/** Returns a JSON-encoded value of the type: string[]
/**
* Returns a JSON-encoded value of the type: string[]
*
* @param exclude A JSON encoded string[] containing the paths to exclude
* when enumerating the directory.