„tool.js“ ändern

This commit is contained in:
Julia Logan 2021-10-16 11:07:49 +00:00
parent aa7c4f2bc1
commit b29cee32cc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if (process.argv.length === 3) {
fs.readFile(process.argv[2], (error, data) => {
if (error) console.error(error);
else {
console.log(`Paste the following code into the Raw Secrets Editor:\n\n`, JSON.stringify({
console.log(`Paste the following code into the Raw Secrets Editor:\n\n`, JSON.stringify({
code: data.toString(`base64`)
}));
}