1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-07 19:44:17 +02:00
This commit is contained in:
Aya Morisawa
2016-12-29 17:41:19 +09:00
parent cf446ac53c
commit d55bedc02f

View File

@@ -1,5 +1,5 @@
import { log } from './logger';
import {exec} from 'shelljs';
import { exec } from 'shelljs';
export default function(): void {
checkDependency('Node.js', 'node -v', x => x.match(/^v(.*)\r?\n$/)[1]);