HoeenCoder / Wavelength

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

FvF: Move start function #111

Closed Volco closed 6 years ago

Volco commented 6 years ago

I recommend merging this after an update to main since i tested it on an updated to main version

TravisBuddy commented 6 years ago

Travis tests have failed

Hey Volco, 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 --rulesdir=dev-tools/eslint --cache . && tsc && mocha /home/travis/build/HoeenCoder/Wavelength/rooms.js 1760:1 error Trailing spaces not allowed no-trailing-spaces ✖ 1 problem (1 error, 0 warnings) 1 error, 0 warnings potentially fixable with the `--fix` option. npm ERR! Test failed. See above for more details. ```


TravisBuddy commented 6 years ago

Travis tests have failed

Hey Volco, 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 --rulesdir=dev-tools/eslint --cache . && tsc && mocha rooms.js(1761,49): error TS2304: Cannot find name 'WL'. rooms.js(1761,107): error TS2304: Cannot find name 'WL'. rooms.js(1761,140): error TS2339: Property 'fvf' does not exist on type 'GlobalRoom | GameRoom | ChatRoom'. Property 'fvf' does not exist on type 'GlobalRoom'. rooms.js(1762,4): error TS2304: Cannot find name 'WL'. npm ERR! Test failed. See above for more details. ```


Volco commented 6 years ago

Ill fix that later