feat: upgrade build brick generator deps
This commit is contained in:
parent
597e72ac60
commit
1f3807adb5
@ -24,7 +24,7 @@ class Logger {
|
|||||||
static void setVerbose() => verbose = true;
|
static void setVerbose() => verbose = true;
|
||||||
|
|
||||||
static void log(Object? message, {LogLevel level = LogLevel.info}) {
|
static void log(Object? message, {LogLevel level = LogLevel.info}) {
|
||||||
stdout.writeln('${level.prefix} ${message.toString()}');
|
stdout.writeln('${level.prefix} $message');
|
||||||
}
|
}
|
||||||
|
|
||||||
static void debug(Object? message) {
|
static void debug(Object? message) {
|
||||||
|
@ -57,7 +57,7 @@ abstract class _Cmd {
|
|||||||
if (pr.exitCode != 0) {
|
if (pr.exitCode != 0) {
|
||||||
final values = {
|
final values = {
|
||||||
'Standard out': pr.stdout.toString().trim(),
|
'Standard out': pr.stdout.toString().trim(),
|
||||||
'Standard error': pr.stderr.toString().trim()
|
'Standard error': pr.stderr.toString().trim(),
|
||||||
}..removeWhere((k, v) => v.isEmpty);
|
}..removeWhere((k, v) => v.isEmpty);
|
||||||
|
|
||||||
String message;
|
String message;
|
||||||
|
@ -18,4 +18,4 @@ dev_dependencies:
|
|||||||
hosted:
|
hosted:
|
||||||
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
||||||
name: wyatt_analysis
|
name: wyatt_analysis
|
||||||
version: 2.3.0
|
version: 2.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user