Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Sep 19, 2024
1 parent cb14b71 commit 46bdc93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/dd-trace/src/crashtracking/crashtracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Crashtracker {
binding.initWithReceiver(
this._getConfig(config),
this._getReceiverConfig(config),
this._getMetadata(config),
this._getMetadata(config)
)
} catch (e) {
log.error(e)
Expand Down Expand Up @@ -89,7 +89,7 @@ class Crashtracker {
env: [],
path_to_receiver_binary: libdatadog.find('crashtracker-receiver', true),
stderr_filename: null,
stdout_filename: null,
stdout_filename: null
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dd-trace/test/crashtracking/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const noop = {

const crashtracking = proxyquire('../../src/crashtracking', {
'./crashtracker': crashtracker,
'./noop': noop,
'./noop': noop

})

Expand Down

0 comments on commit 46bdc93

Please sign in to comment.