mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
split directory debug into two lines
This commit is contained in:
parent
289156f473
commit
fc3cee776f
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ function shutdown() {
|
|||
|
||||
|
||||
var logPath = path.join(getApplicationDataDirectory(), '/logs');
|
||||
console.log("Log directory:", logPath, getRootHifiDataDirectory());
|
||||
console.log("Log directory:", logPath);
|
||||
console.log("Data directory:", getRootHifiDataDirectory());
|
||||
|
||||
const configPath = path.join(getApplicationDataDirectory(), 'config.json');
|
||||
var userConfig = new Config();
|
||||
|
|
Loading…
Reference in a new issue