mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Update console log to include some previous history
This commit is contained in:
parent
5f1a159e1d
commit
ef95fafabe
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ready = function() {
|
||||||
console.log("Unwatching", removedLogFilePath);
|
console.log("Unwatching", removedLogFilePath);
|
||||||
});
|
});
|
||||||
diff.add.forEach(function(addedLogFilePath) {
|
diff.add.forEach(function(addedLogFilePath) {
|
||||||
const START_AT_X_BYTES_FROM_END = 0;
|
const START_AT_X_BYTES_FROM_END = 10000;
|
||||||
var cleanFilePath = cleanPath(addedLogFilePath);
|
var cleanFilePath = cleanPath(addedLogFilePath);
|
||||||
|
|
||||||
// For larger files we won't want to start tailing from the beginning of the file,
|
// For larger files we won't want to start tailing from the beginning of the file,
|
||||||
|
|
Loading…
Reference in a new issue