fix: SSH tunnel connection error with private key, closes #260

This commit is contained in:
Fabio Di Stasio 2022-05-14 11:24:24 +02:00
parent 9ee1b3023d
commit c826888b0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import * as antares from 'common/interfaces/antares';
import fs from 'fs';
import * as fs from 'fs';
import { ipcMain } from 'electron';
import { ClientsFactory } from '../libs/ClientsFactory';
import { SslOptions } from 'mysql2';