🚀
This commit is contained in:
parent
cf446ac53c
commit
d55bedc02f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import { log } from './logger';
|
import { log } from './logger';
|
||||||
import {exec} from 'shelljs';
|
import { exec } from 'shelljs';
|
||||||
|
|
||||||
export default function(): void {
|
export default function(): void {
|
||||||
checkDependency('Node.js', 'node -v', x => x.match(/^v(.*)\r?\n$/)[1]);
|
checkDependency('Node.js', 'node -v', x => x.match(/^v(.*)\r?\n$/)[1]);
|
||||||
|
|
Loading…
Reference in a new issue