Igniter `Proceed with changes` message when there is no changes
Hi, as you see this is my simple code for igniter, i am using
I do not know why it shows me even there is not changes
It is is my bug?
I tried to use
Another question is when i use
what should i do for this?
thank you in advance
update_file function, because before it i have a function that ensure_package_json_exists.I do not know why it shows me even there is not changes
Proceed with changes?It is is my bug?
I tried to use
create_or_update_file function, but if file exist and there is not anything to change, it still shows Proceed with changes?Another question is when i use
create_or_update_file i should give the address of file, but sometimes the file dose not exist yet in my disk, for example i created it before this function and this file exists in my igniter var and still is not written. what should i do for this?
thank you in advance

