mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-11-29 10:31:50 +03:00
Comment
This commit is contained in:
parent
32e1a339b5
commit
b59b2f450f
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
@ -12207,11 +12207,12 @@ async function setUpAutoCache() {
|
||||
});
|
||||
});
|
||||
});
|
||||
// Start the server. Once it is ready, it will notify us via the notification server.
|
||||
// Start tailing the daemon log.
|
||||
const outputPath = `${daemonDir}/daemon.log`;
|
||||
const output = openSync(outputPath, 'a');
|
||||
const log = tailLog(daemonDir);
|
||||
const netrc = await netrcPath();
|
||||
// Start the server. Once it is ready, it will notify us via the notification server.
|
||||
const daemon = spawn(daemonBin, [
|
||||
'--startup-notification-url', `http://127.0.0.1:${notifyPort}`,
|
||||
'--listen', coreExports.getInput('listen'),
|
||||
|
@ -141,12 +141,13 @@ async function setUpAutoCache() {
|
||||
});
|
||||
});
|
||||
|
||||
// Start the server. Once it is ready, it will notify us via the notification server.
|
||||
// Start tailing the daemon log.
|
||||
const outputPath = `${daemonDir}/daemon.log`;
|
||||
const output = openSync(outputPath, 'a');
|
||||
const log = tailLog(daemonDir);
|
||||
const netrc = await netrcPath();
|
||||
|
||||
// Start the server. Once it is ready, it will notify us via the notification server.
|
||||
const daemon = spawn(
|
||||
daemonBin,
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user