Skip to content

Commit

Permalink
chore(sdk): disable eslint rule on one line [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Apr 22, 2020
1 parent 3ecd7d6 commit 6753b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/sdk/src/IntrospectionEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export class IntrospectionEngine {
console.error(err)
})

// eslint-disable-next-line @typescript-eslint/no-misused-promises
this.child.on('exit', async (code, signal) => {
// handle panics
this.isRunning = false
Expand Down

0 comments on commit 6753b3a

Please sign in to comment.