mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
sync fix and more logging
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
const utils = require('./utils');
|
||||
const log = require('./log');
|
||||
|
||||
module.exports = utils.randomString(16);
|
||||
const sourceId = utils.randomString(16);
|
||||
|
||||
log.info("Using sourceId=" + sourceId);
|
||||
|
||||
module.exports = sourceId;
|
||||
Reference in New Issue
Block a user