We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8320817 + bc69724 commit 8ff3843Copy full SHA for 8ff3843
src/cmd/setup-tachyon.js
@@ -704,6 +704,8 @@ module.exports = class SetupTachyonCommands extends CLICommandBase {
704
config.cliConfig = await fs.readFile(profileFile, 'utf8');
705
}
706
707
+ // inject initial time
708
+ config['initialTime'] = new Date().toISOString();
709
710
// Write config JSON to a temporary file (generate a filename with the temp npm module)
711
// prefixed by the JSON string length as a 32 bit integer
0 commit comments