Skip to content

Commit 87ca581

Browse files
committedNov 27, 2024··
format
1 parent 6d01910 commit 87ca581

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/commands/flarum/change.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ import { Command } from '@oclif/core';
22
import path from 'path';
33
import { PromptsIO } from 'boilersmith/io';
44
import { exit } from '@oclif/errors';
5-
import { execSync, exec } from 'child_process';
6-
import util from 'util';
5+
import { execSync } from 'child_process';
76
import chalk from 'chalk';
87

9-
const execAsync = util.promisify(exec);
10-
118
export default class Info extends Command {
129
static description = 'Related Flarum version information.';
1310

0 commit comments

Comments
 (0)
Please sign in to comment.