You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature:enable, feature:disable commands update the optional-fatures.js file thus replacing existing key:value with new ones. May want to append to the file, rather than replace/update.
#134
Closed
AvinishSharma opened this issue
Sep 24, 2019
· 3 comments
Each time this one of feature:enable, feature:disable commands is executed, optional-features.js file is updated (existing key: value in the file are replaced with the new one) not appended. This caused a bit of a heartache for me as it put me in a loop for a bit. 🙂 I had to manually edit the file and the key:values to the object inside it.
The text was updated successfully, but these errors were encountered:
Each time this one of feature:enable, feature:disable commands is executed, optional-features.js file is updated (existing key: value in the file are replaced with the new one) not appended. This caused a bit of a heartache for me as it put me in a loop for a bit. 🙂 I had to manually edit the file and the key:values to the object inside it.
The text was updated successfully, but these errors were encountered: