From 9542140b93a1528862131475a3f982cae4fb674d Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 15 Sep 2016 18:26:33 +0200 Subject: [PATCH] clean up --- ts/npmts.compile.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/npmts.compile.ts b/ts/npmts.compile.ts index 8390102..b48c7d2 100644 --- a/ts/npmts.compile.ts +++ b/ts/npmts.compile.ts @@ -4,7 +4,6 @@ import paths = require('./npmts.paths') import helpers = require('./npmts.compile.helpers') import {npmtsOra} from './npmts.promisechain' -let promiseArray = [] let compileTs = (tsFileArrayArg: string[],tsOptionsArg = {}) => { let done = plugins.Q.defer()