mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Update warn message
This commit is contained in:
parent
ca9b2ad702
commit
b10f1f78bc
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ function checkDependency(serviceName: string, command: string, transform: (x: st
|
||||||
if (x.code === code.success) {
|
if (x.code === code.success) {
|
||||||
log('Info', `${serviceName} ${transform(x.stdout)}`, 'Deps');
|
log('Info', `${serviceName} ${transform(x.stdout)}`, 'Deps');
|
||||||
} else if (x.code === code.notFound) {
|
} else if (x.code === code.notFound) {
|
||||||
log('Warn', `Unable to find ${serviceName}`);
|
log('Warn', `${serviceName} not found`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue