'skip' symbol in fxrc file #314
Unanswered
aladdin-selmi
asked this question in
Q&A
Replies: 1 comment
-
I think skip is not initialized in fxrc yet. We need to move skip symbol upper and add it to globalThis. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The skip symbol is very handy in terminal but I can't find a way to use it in fxrc.js file.
Here is an example that's working in terminal. (It's filtering my local branches to delete)
My js helper looks like this :
I tried
Symbol.for('skip')
, but it seems that the symbol as a return type is not supported.Here is the full error anyway :
Does anyone know how to access that symbol or output the equivalent (do nothing) ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions