Skip to content

Commit debdc76

Browse files
Update lib/base/connection.js
Co-authored-by: Weslley Araújo <46850407+wellwelwel@users.noreply.github.com>
1 parent 0a4aaa2 commit debdc76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/base/connection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ class BaseConnection extends EventEmitter {
836836
executeCommand.emit = origEmit;
837837
return false;
838838
}
839-
/* c8 ignore next 3 */
840839
// In this case there currently will not be any other events emitted before 'end', but leaving
841840
// this here in case that changes in the future...
842841
return origEmit(eventName, ...rest);

0 commit comments

Comments
 (0)