mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 12:33:31 +00:00
Merge pull request #353 from cPhost/fix-errors
default-util: Fix log dir errors.
This commit is contained in:
@@ -10,7 +10,6 @@ const WebView = require(__dirname + '/js/components/webview.js');
|
||||
const ServerTab = require(__dirname + '/js/components/server-tab.js');
|
||||
const FunctionalTab = require(__dirname + '/js/components/functional-tab.js');
|
||||
const ConfigUtil = require(__dirname + '/js/utils/config-util.js');
|
||||
const { initSetUp } = require(__dirname + '/js/utils/default-util.js');
|
||||
|
||||
class ServerManagerView {
|
||||
constructor() {
|
||||
@@ -45,7 +44,6 @@ class ServerManagerView {
|
||||
this.initActions();
|
||||
this.registerIpcs();
|
||||
this.initDefaultSettings();
|
||||
initSetUp();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user