diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-31 19:22:47 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-07-31 19:22:47 -0400 |
| commit | e084dfdc8da4cbf2ad7039111d9118a330259a33 (patch) | |
| tree | 2d39b6bc6cb374a5d8d38e5a44f747a42d477f88 /src/server/Search.ts | |
| parent | 957d8b29266c3bb62474910d01f854c13f090f7c (diff) | |
added debug flag to transpiler to catch hangs. fixed hang caused by imports being out of seqnce!?
Diffstat (limited to 'src/server/Search.ts')
| -rw-r--r-- | src/server/Search.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Search.ts b/src/server/Search.ts index 21064e520..decd1f5b1 100644 --- a/src/server/Search.ts +++ b/src/server/Search.ts @@ -1,5 +1,5 @@ -import * as rp from 'request-promise'; import { red } from 'colors'; +import * as rp from 'request-promise'; const pathTo = (relative: string) => `http://localhost:8983/solr/dash/${relative}`; |
