Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 27, 2024
1 parent 6d01910 commit 87ca581
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/flarum/change.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import { Command } from '@oclif/core';
import path from 'path';
import { PromptsIO } from 'boilersmith/io';
import { exit } from '@oclif/errors';
import { execSync, exec } from 'child_process';
import util from 'util';
import { execSync } from 'child_process';
import chalk from 'chalk';

const execAsync = util.promisify(exec);

export default class Info extends Command {
static description = 'Related Flarum version information.';

Expand Down

0 comments on commit 87ca581

Please sign in to comment.