Skip to content

Commit ade9baf

Browse files
Refactor watchMode color options
Revert unintentional import changes from refactor commit
1 parent e4ad231 commit ade9baf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/cli-plugin-metro/src/commands/start/watchMode.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import readline from 'readline';
2-
// import {logger, hookStdout} from '@react-native-community/cli-tools';
3-
let logger: any;
4-
let hookStdout: any;
5-
// import execa from 'execa';
6-
let execa: any;
7-
// import chalk from 'chalk';
8-
let chalk: any;
2+
import {logger, hookStdout} from '@react-native-community/cli-tools';
3+
import execa from 'execa';
4+
import chalk from 'chalk';
95
import {Config} from '@react-native-community/cli-types';
106
import {KeyPressHandler} from '../../tools/KeyPressHandler';
117

0 commit comments

Comments
 (0)