Skip to content

Commit

Permalink
Revert "[DDW-812] Remove tail dependency and copy only the necessary …
Browse files Browse the repository at this point in the history
…code from it"

This reverts commit 920c67f.
  • Loading branch information
Lucas Araujo committed Mar 21, 2022
1 parent c186797 commit 7264457
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 184 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
"shasum": "1.0.2",
"source-map-support": "0.5.19",
"spectron-fake-dialog": "0.0.1",
"tail": "2.2.4",
"tcp-port-used": "1.0.1",
"trezor-connect": "8.2.4-extended",
"unorm": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion source/main/utils/handleCheckBlockReplayProgress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BrowserWindow } from 'electron';
import fs from 'fs';
import moment from 'moment';
import path from 'path';
import { Tail } from './tail';
import { Tail } from 'tail';
import { getBlockSyncProgressChannel } from '../ipc/get-block-sync-progress';
import type { GetBlockSyncProgressType } from '../../common/ipc/api';
import { BlockSyncType } from '../../common/types/cardano-node.types';
Expand Down
183 changes: 0 additions & 183 deletions source/main/utils/tail.ts

This file was deleted.

4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16456,6 +16456,10 @@ table@^6.0.1:
slice-ansi "^4.0.0"
string-width "^4.2.0"

[email protected]:
version "2.2.4"
resolved "https://registry.yarnpkg.com/tail/-/tail-2.2.4.tgz#90dd4c5a174a3fa39dcb65a1df1950a4a0093a41"

tapable@^0.1.8:
version "0.1.10"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
Expand Down

0 comments on commit 7264457

Please sign in to comment.