mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2025-01-10 22:22:03 +01:00
Cleanup
This commit is contained in:
parent
d51150dd47
commit
8ee9ed5891
2 changed files with 0 additions and 2 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -12150,7 +12150,6 @@ function tailLog(daemonDir) {
|
||||||
const log = new Tail_1(path$1.join(daemonDir, 'daemon.log'));
|
const log = new Tail_1(path$1.join(daemonDir, 'daemon.log'));
|
||||||
coreExports.debug(`tailing daemon.log...`);
|
coreExports.debug(`tailing daemon.log...`);
|
||||||
log.on('line', (line) => {
|
log.on('line', (line) => {
|
||||||
//core.debug(`got a log line`);
|
|
||||||
coreExports.info(line);
|
coreExports.info(line);
|
||||||
});
|
});
|
||||||
return log;
|
return log;
|
||||||
|
|
|
@ -76,7 +76,6 @@ function tailLog(daemonDir) {
|
||||||
const log = new Tail(path.join(daemonDir, 'daemon.log'));
|
const log = new Tail(path.join(daemonDir, 'daemon.log'));
|
||||||
core.debug(`tailing daemon.log...`);
|
core.debug(`tailing daemon.log...`);
|
||||||
log.on('line', (line) => {
|
log.on('line', (line) => {
|
||||||
//core.debug(`got a log line`);
|
|
||||||
core.info(line);
|
core.info(line);
|
||||||
});
|
});
|
||||||
return log;
|
return log;
|
||||||
|
|
Loading…
Reference in a new issue