fix prettier errors
This commit is contained in:
parent
d2d31e346a
commit
41b1ac1852
39 changed files with 150 additions and 153 deletions
|
|
@ -4,7 +4,7 @@ import {Middleware} from 'redux';
|
|||
// the only side effect we perform from middleware
|
||||
// is to write to the react term instance directly
|
||||
// to avoid a performance hit
|
||||
const writeMiddleware: Middleware = () => next => action => {
|
||||
const writeMiddleware: Middleware = () => (next) => (action) => {
|
||||
if (action.type === 'SESSION_PTY_DATA') {
|
||||
const term = terms[action.uid];
|
||||
if (term) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue