Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 478553a

Browse files
author
Stanislav Panferov
committed
fix(host): import path
1 parent 4612c5e commit 478553a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/host.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as fs from 'fs';
22
import * as util from 'util';
3+
import * as path from 'path';
34
import * as Promise from 'bluebird';
45

56
import { FileAnalyzer } from './deps';

0 commit comments

Comments
 (0)