feat(dev-infra): migrate release tool to use new logging system (#37232)
Migrate the release tool in ng-dev to use new logging system rather than directly calling console.* to create a better experience for users. PR Close #37232
This commit is contained in:

committed by
Matias Niemelä

parent
7827501d2a
commit
540c29cd6b
@ -8,6 +8,8 @@
|
||||
|
||||
import {exec as _exec} from 'shelljs';
|
||||
|
||||
import {info} from '../utils/console';
|
||||
|
||||
/**
|
||||
* Log the environment variables expected by bazel for stamping.
|
||||
*
|
||||
|
Reference in New Issue
Block a user