[ci] format
This commit is contained in:
parent
d2f2a11cdb
commit
35dff8246d
1 changed files with 1 additions and 2 deletions
|
@ -1,14 +1,13 @@
|
|||
/* eslint-disable no-console */
|
||||
import whichPm from 'which-pm';
|
||||
import type yargs from 'yargs-parser';
|
||||
import * as msg from '../../core/messages.js';
|
||||
import { telemetry } from '../../events/index.js';
|
||||
import whichPm from 'which-pm';
|
||||
|
||||
interface TelemetryOptions {
|
||||
flags: yargs.Arguments;
|
||||
}
|
||||
|
||||
|
||||
export async function notify() {
|
||||
const packageManager = (await whichPm(process.cwd())).name ?? 'npm';
|
||||
await telemetry.notify(() => {
|
||||
|
|
Loading…
Reference in a new issue