We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98390ff commit ffb8eccCopy full SHA for ffb8ecc
lib/logger.js
@@ -1,7 +1,7 @@
1
/* eslint-disable promise/catch-or-return */
2
3
// ↓ Should be imported first
4
-const { terminate } = require('@codefresh-io/cf-telemetry/init');
+require('@codefresh-io/cf-telemetry/init');
5
// ↓ Keep one blank line below to prevent automatic import reordering
6
7
const fs = require('fs');
0 commit comments