From 975f27d241a1017f3c669ce69be69af8e7be4e94 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 12 Mar 2017 00:56:31 +0100 Subject: [PATCH] update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 1ba0718..cdfc6b6 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -13,7 +13,7 @@ export class Smartsass { entryFilePath: string constructor(optionsArg: ISmartsassConstructorOptions) { this.entryFilePath = optionsArg.entryFilePath - if(optionsArg.includePaths) { + if (optionsArg.includePaths) { for (let includePath of optionsArg.includePaths) { this.includePaths.push(includePath) }