HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

SSB: Restyle code using ${} #175

Closed DeathlyPlays closed 6 years ago

DeathlyPlays commented 6 years ago

Made it look a lot neater, etc (also fixed every known typo)

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Insist, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/wavelength-plugins/ssb.js 111:10 warning 'moveMenu' is defined but never used no-unused-vars 672:86 error 'oveMenu' is not defined no-undef ✖ 2 problems (1 error, 1 warning) npm ERR! Test failed. See above for more details. ```


Volco commented 6 years ago

@DeathlyPlays all tested, all works, no errors? (just asking to be sure lol)

DeathlyPlays commented 6 years ago

Yeah, as far as I know, but there has been a recent bug before I did this where I noticed setting regular moves fails @Volco but that wasn't caused by this

Volco commented 6 years ago

think you can fix that and add it to this PR please? @DeathlyPlays

DeathlyPlays commented 6 years ago

I'd have to look into it

Volco commented 6 years ago

okay @DeathlyPlays then i'll just merge this and if you do look into it you can make a new pr for it (if not i'll look into it)

DeathlyPlays commented 6 years ago

ok