Fix space

This commit is contained in:
Jim LAURIE 2018-01-22 11:35:14 +01:00 committed by GitHub
parent ded4210eff
commit 251e4609a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ module.exports = (scope, cb) => {
exec(cmd, () => { exec(cmd, () => {
if (scope.client.module) { if (scope.client.module) {
const lock =require(path.join(`${scope.rootPath}`,`/node_modules/`,`${scope.client.module}/package.json`)); const lock = require(path.join(`${scope.rootPath}`,`/node_modules/`,`${scope.client.module}/package.json`));
scope.client.version = lock.version; scope.client.version = lock.version;
} }