mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 01:35:34 +02:00
♻️ Stop exporting log from index.ts
This was causing issues with testing because index.ts cannot be covered be unit tests
This commit is contained in:
parent
952bf6d6dc
commit
d84204ef17
22 changed files with 31 additions and 29 deletions
|
@ -1,8 +1,9 @@
|
|||
/// <reference path="./linus.d.ts"/>
|
||||
|
||||
import distro from 'linus'
|
||||
import { bin_name, log } from '..'
|
||||
import { bin_name } from '..'
|
||||
import { ENGINE_DIR } from '../constants'
|
||||
import { log } from '../log'
|
||||
import { dispatch } from '../utils'
|
||||
import { pacmanInstall } from './bootstrap/arch'
|
||||
import { aptInstall } from './bootstrap/debian'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue