From 1ea0f5eb627a1a2df3ca1aafc74c7aa22e52a18e Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Fri, 24 Nov 2017 14:58:39 +0100 Subject: [PATCH] test --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index ecf7be9d6..5f15cebc0 100644 --- a/index.ts +++ b/index.ts @@ -9,7 +9,7 @@ import {BmaDependency} from "./app/modules/bma/index" import {WS2PDependency} from "./app/modules/ws2p/index" import {ProverConstants} from "./app/modules/prover/lib/constants" import { ProxiesConf } from './app/lib/proxy'; - + const path = require('path'); const _ = require('underscore'); const directory = require('./app/lib/system/directory'); @@ -560,4 +560,4 @@ class ProcessStream extends stream.Transform { } done && done(); }; -} \ No newline at end of file +} -- GitLab