Skip to content

Commit 4f3f9dc

Browse files
committed
fix(gen): import exec
1 parent f6ca289 commit 4f3f9dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/generator.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import chalk from 'chalk';
66
import {Base} from 'yeoman-generator';
77
import {genBase} from '../generator-base';
88
import insight from '../insight-init';
9+
import {exec} from 'child_process';
910

1011
export default class Generator extends Base {
1112

0 commit comments

Comments
 (0)