[ci] format

This commit is contained in:
bluwy 2023-09-06 09:17:34 +00:00 committed by astrobot-houston
parent d2f2a11cdb
commit 35dff8246d

View file

@ -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(() => {