mdomenici 1 năm trước cách đây
mục cha
commit
b43d407628
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      bin/commands/start.js

+ 2 - 0
bin/commands/start.js

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