Check GraphicsMagick
This commit is contained in:
parent
ba28a1589e
commit
9631d05f54
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export default class DependencyInfo {
|
|||
this.show('npm', 'npm -v', x => x.match(/^(.*)\r?\n$/));
|
||||
this.show('MongoDB', 'mongo --version', x => x.match(/^MongoDB shell version: (.*)\r?\n$/));
|
||||
this.show('Redis', 'redis-server --version', x => x.match(/v=([0-9\.]*)/));
|
||||
this.show('GraphicsMagick', 'gm -version', x => x.match(/^GraphicsMagick ([0-9\.]*) .*/));
|
||||
this.logger.info('Checking finished');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue