github - Window:Reload not updating package -


I'm new to the Atom and am trying to fix a bug on one of the packages (terminals). After what I've read ... After changing the value, I need to run [window: reload] command and then run the package again. Then I should see my changes

However, this is not working for me, as a simple test, I have changed this line of code:

  getTitle: - & gt; 'Terminal'   

to

  getTitle: - & gt; 'Show this title'   

Then I started the [window: reload] command and then with the [terminal] command. However, once the terminal is loaded, the title is still shown as 'Terminal'.

Am I losing a step? Or did I tell their documentation wrong?

If you are interested in any advice / tips eager as to why this is not working ~ / .atom / reload can also be run with ctrl + alt + r

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -