diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
commit | 8cc6120118a9fb75b3165c9f84b2d0068d1ade72 (patch) | |
tree | 3d2f0fc03496de4c5bf80e434bcb4a70d9729549 /scripts/parse-log.ts | |
parent | 262f8ff63109c8a95d9d149c1951cffd4c8301ef (diff) | |
download | PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.gz PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.zst PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.zip |
Upgrade server dependencies
Diffstat (limited to 'scripts/parse-log.ts')
-rwxr-xr-x | scripts/parse-log.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts index 1617e4446..fca288dbd 100755 --- a/scripts/parse-log.ts +++ b/scripts/parse-log.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { registerTSPaths } from '../server/helpers/register-ts-paths' | 1 | import { registerTSPaths } from '../server/helpers/register-ts-paths' |
2 | registerTSPaths() | 2 | registerTSPaths() |
3 | 3 | ||
4 | import * as program from 'commander' | 4 | import { program } from 'commander' |
5 | import { createReadStream, readdir } from 'fs-extra' | 5 | import { createReadStream, readdir } from 'fs-extra' |
6 | import { join } from 'path' | 6 | import { join } from 'path' |
7 | import { createInterface } from 'readline' | 7 | import { createInterface } from 'readline' |