mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
✨
This commit is contained in:
parent
a3e7636d61
commit
ca9b2ad702
@ -15,7 +15,7 @@ function checkDependency(serviceName: string, command: string, transform: (x: st
|
||||
};
|
||||
const x = exec(command, { silent: true }) as any;
|
||||
if (x.code === code.success) {
|
||||
log('Info', `DEPS: ${serviceName} ${transform(x.stdout)}`);
|
||||
log('Info', `${serviceName} ${transform(x.stdout)}`, 'Deps');
|
||||
} else if (x.code === code.notFound) {
|
||||
log('Warn', `Unable to find ${serviceName}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user