Make tslint happy

This commit is contained in:
Godzil
2017-12-27 04:57:45 +01:00
parent 537639f2a8
commit 11f6b3feff
3 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
'use strict';
import childProcess = require('child_process');
import path = require('path');
import os = require('os');
import path = require('path');
import log = require('../log');
/**