Forum Discussion

Former Member's avatar
Former Member
3 years ago

[SOLVED] `op run --` does not conceal value when do writeFile in nodejs

When I do writeFile into stdout/stderr, it just prints out the value. If I just do console.log(process.env.GITHUB_USERNAME), the value is concealed. Here's the source code: require("dotenv").confi...