This commit is contained in:
Eugene Pankov
2022-09-29 09:03:29 +02:00
parent d3d09dfd44
commit 37e058d7d8

View File

@@ -1,7 +1,6 @@
import * as path from 'path' import * as path from 'path'
import * as fs from 'fs/promises' import * as fs from 'fs/promises'
import hasbin from 'hasbin' import hasbin from 'hasbin'
import { promisify } from 'util'
import { Injectable } from '@angular/core' import { Injectable } from '@angular/core'
import { HostAppService, Platform } from 'tabby-core' import { HostAppService, Platform } from 'tabby-core'
import { ElectronService } from 'tabby-electron' import { ElectronService } from 'tabby-electron'