mirror of https://github.com/embarklabs/embark.git
efa21a1915
The API endpoint listening for a dump of process logs was not returning logs properly for two reasons: 1. The `id` field was being appended to each log. This had been moved to the `handleLog` function of the `LogHandler`. 2. The slice needed to grab logs from the end, so the `limit` was made negative on the `.slice()`. |
||
---|---|---|
.. | ||
index.js |