|
@@ -4,6 +4,8 @@ const hostile = require('hostile');
|
|
const isRoot = import('is-root');
|
|
const isRoot = import('is-root');
|
|
const path = require('path');
|
|
const path = require('path');
|
|
|
|
|
|
|
|
+console.log(isRoot);
|
|
|
|
+
|
|
const ProjectEnvironment = require('../classes/ProjectEnvironment');
|
|
const ProjectEnvironment = require('../classes/ProjectEnvironment');
|
|
const log = require('../inc/log');
|
|
const log = require('../inc/log');
|
|
|
|
|