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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -