Skip to content

Commit 7264457

Browse files
author
Lucas Araujo
committed
Revert "[DDW-812] Remove tail dependency and copy only the necessary code from it"
This reverts commit 920c67f.
1 parent c186797 commit 7264457

File tree

4 files changed

+6
-184
lines changed

4 files changed

+6
-184
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
"shasum": "1.0.2",
272272
"source-map-support": "0.5.19",
273273
"spectron-fake-dialog": "0.0.1",
274+
"tail": "2.2.4",
274275
"tcp-port-used": "1.0.1",
275276
"trezor-connect": "8.2.4-extended",
276277
"unorm": "1.6.0",

source/main/utils/handleCheckBlockReplayProgress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BrowserWindow } from 'electron';
22
import fs from 'fs';
33
import moment from 'moment';
44
import path from 'path';
5-
import { Tail } from './tail';
5+
import { Tail } from 'tail';
66
import { getBlockSyncProgressChannel } from '../ipc/get-block-sync-progress';
77
import type { GetBlockSyncProgressType } from '../../common/ipc/api';
88
import { BlockSyncType } from '../../common/types/cardano-node.types';

source/main/utils/tail.ts

Lines changed: 0 additions & 183 deletions
This file was deleted.

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16456,6 +16456,10 @@ table@^6.0.1:
1645616456
slice-ansi "^4.0.0"
1645716457
string-width "^4.2.0"
1645816458

16459+
16460+
version "2.2.4"
16461+
resolved "https://registry.yarnpkg.com/tail/-/tail-2.2.4.tgz#90dd4c5a174a3fa39dcb65a1df1950a4a0093a41"
16462+
1645916463
tapable@^0.1.8:
1646016464
version "0.1.10"
1646116465
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"

0 commit comments

Comments
 (0)