- @override
Source
@override
void preProcess() {
if (!isMachineOutput) {
try {
displayInfo("Aqueduct project version: $projectVersion");
} catch (_) {} // Ignore if this doesn't succeed.
}
}
@override
void preProcess() {
if (!isMachineOutput) {
try {
displayInfo("Aqueduct project version: $projectVersion");
} catch (_) {} // Ignore if this doesn't succeed.
}
}