michaelgrosner / tribeca

A high frequency, market making cryptocurrency trading platform in node.js
Other
4k stars 950 forks source link

after last commit grunt compile not working and aborted with error #218

Open shahidjalally opened 6 years ago

shahidjalally commented 6 years ago

Hello michaelgrosner, as per subject please look into issue.

uberentwickelt commented 6 years ago

@shahidjalally,

Is the following message the error you are receiving?

Compiling...
Using tsc v2.4.1
src/service/active-state.ts(67,1): error TS1005: '}' expected.

» 1 syntax error
» Error: tsc return code: 2
Warning: Task "ts:service" failed. Use —force to continue.

Aborted due to warnings.

If so, add a } to the end of the file. Someone forgot to close the ActiveRepository class in the file and so the compile fails. There is another issue open about it.

jimexist commented 6 years ago

@7265626F6F74 @shahidjalally see #221