We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flarum
Learn more about funding links in repositories.
Report abuse
1 parent 6d01910 commit 87ca581Copy full SHA for 87ca581
src/commands/flarum/change.ts
@@ -2,12 +2,9 @@ import { Command } from '@oclif/core';
2
import path from 'path';
3
import { PromptsIO } from 'boilersmith/io';
4
import { exit } from '@oclif/errors';
5
-import { execSync, exec } from 'child_process';
6
-import util from 'util';
+import { execSync } from 'child_process';
7
import chalk from 'chalk';
8
9
-const execAsync = util.promisify(exec);
10
-
11
export default class Info extends Command {
12
static description = 'Related Flarum version information.';
13
0 commit comments