Skip to content

Help understanding why execute.capture isn't capturing #1278

Answered by kannibalox
Rouneq asked this question in Q&A
Discussion options

You must be logged in to vote

string|const|private means that this command can only ever return a constant string, which is what you're seeing. You'd need to change it back to just string|private, but I'd recommend using system.env instead for this specific use case.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Rouneq
Comment options

@kannibalox
Comment options

@Rouneq
Comment options

@Rouneq
Comment options

@kannibalox
Comment options

Answer selected by Rouneq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants