File tree Expand file tree Collapse file tree 4 files changed +6
-184
lines changed Expand file tree Collapse file tree 4 files changed +6
-184
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { BrowserWindow } from 'electron';
22import fs from 'fs' ;
33import moment from 'moment' ;
44import path from 'path' ;
5- import { Tail } from './ tail' ;
5+ import { Tail } from 'tail' ;
66import { getBlockSyncProgressChannel } from '../ipc/get-block-sync-progress' ;
77import type { GetBlockSyncProgressType } from '../../common/ipc/api' ;
88import { BlockSyncType } from '../../common/types/cardano-node.types' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff 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+
1645916463tapable@^0.1.8:
1646016464 version "0.1.10"
1646116465 resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
You can’t perform that action at this time.
0 commit comments