Skip to content

Commit

Permalink
fix: remove blank assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc authored Aug 30, 2021
1 parent 5fda5c1 commit 09aa801
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class ConsoleInterfaceMock implements IConsoleInterface {
execConsoleSync(command: string): Buffer {
let result = Buffer.from('')

this._callback
if (this._callback) {
result = this._callback(command)
} else {
Expand Down

0 comments on commit 09aa801

Please sign in to comment.