mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	test: Create logs dir on app startup.
This commit is contained in:
		@@ -10,6 +10,7 @@ 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() {
 | 
			
		||||
@@ -44,6 +45,7 @@ class ServerManagerView {
 | 
			
		||||
			this.initActions();
 | 
			
		||||
			this.registerIpcs();
 | 
			
		||||
			this.initDefaultSettings();
 | 
			
		||||
			initSetUp();
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user