зеркало из https://github.com/microsoft/TACO.git
1 more stylecop fix
This commit is contained in:
Родитель
5887e8cc6c
Коммит
bc27bb65be
|
@ -122,7 +122,7 @@ module TacoUtility {
|
|||
* Factory to create new Commands classes
|
||||
* initialize with json file containing commands
|
||||
*/
|
||||
public static init(commandsInfoPath: string) {
|
||||
public static init(commandsInfoPath: string): void {
|
||||
commandsInfoPath = path.resolve(commandsInfoPath);
|
||||
if (!fs.existsSync(commandsInfoPath)) {
|
||||
throw new Error(ResourcesManager.getString("taco-utils.exception.listingfile"));
|
||||
|
|
Загрузка…
Ссылка в новой задаче