Lines Matching refs:Log
7 import * as Log from '../log';
11 Log.warn(
21 Log.warn(
27 Log.log();
36 Log.log();
52 Log.log(`Your git working tree is ${chalk.green('clean')}`);
53 Log.log('To revert the changes after this command completes, you can run the following:');
54 Log.log(' git clean --force && git reset --hard');
57 Log.log(`${chalk.bold('Warning!')} Your git working tree is ${chalk.red('dirty')}.`);
58 Log.log(
64 Log.log("We couldn't find a git repository in your project directory.");
65 Log.log("It's recommended to back up your project before proceeding.");