Forgot to add os as import.
This commit is contained in:
parent
58ca2ebc23
commit
b55d9b5619
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import appRoot from 'app-root-path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import fileExists from 'file-exists';
|
import fileExists from 'file-exists';
|
||||||
import PropertiesReader from 'properties-reader';
|
import PropertiesReader from 'properties-reader';
|
||||||
|
import os from 'os';
|
||||||
|
|
||||||
const loggerStream = winstonStream(winston, 'info');
|
const loggerStream = winstonStream(winston, 'info');
|
||||||
const eclient = new elasticsearch.Client({
|
const eclient = new elasticsearch.Client({
|
||||||
|
|
Loading…
Add table
Reference in a new issue