File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ export class CommandSucceededEvent {
110
110
started : number ,
111
111
serverConnectionId : bigint | null
112
112
) {
113
- Error . captureStackTrace ( this ) ;
114
113
const cmd = extractCommand ( command ) ;
115
114
const commandName = extractCommandName ( cmd ) ;
116
115
const { address, connectionId, serviceId } = extractConnectionDetails ( connection ) ;
@@ -131,8 +130,6 @@ export class CommandSucceededEvent {
131
130
}
132
131
}
133
132
134
- Error . stackTraceLimit = 1000 ;
135
-
136
133
/**
137
134
* An event indicating the failure of a given command
138
135
* @public
@@ -171,7 +168,6 @@ export class CommandFailedEvent {
171
168
started : number ,
172
169
serverConnectionId : bigint | null
173
170
) {
174
- Error . captureStackTrace ( this ) ;
175
171
const cmd = extractCommand ( command ) ;
176
172
const commandName = extractCommandName ( cmd ) ;
177
173
const { address, connectionId, serviceId } = extractConnectionDetails ( connection ) ;
You can’t perform that action at this time.
0 commit comments