mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-11 03:59:16 +00:00
fix build logs db name
This commit is contained in:
parent
058ed2de61
commit
ee9d6f3fde
2
db.js
2
db.js
@ -78,7 +78,7 @@ exports.init = function(dbPath, params, callback) {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
var buildLogsDbPath = path.join(dbPath, 'main'),
|
var buildLogsDbPath = path.join(dbPath, 'buildLogs'),
|
||||||
buildLogsDb = nlevel.db(buildLogsDbPath, params, callback);
|
buildLogsDb = nlevel.db(buildLogsDbPath, params, callback);
|
||||||
|
|
||||||
exports.logLines = new nlevel.DocsSection(buildLogsDb, 'logLines', {
|
exports.logLines = new nlevel.DocsSection(buildLogsDb, 'logLines', {
|
||||||
|
Loading…
Reference in New Issue
Block a user