@makano/rew 1.2.79 → 1.2.80
Sign up to get free protection for your applications and to get access to all the features.
package/lib/rew/cli/helpers.js
CHANGED
@@ -2,6 +2,7 @@ const { CONFIG_PATH } = require("../const/config_path");
|
|
2
2
|
const path = require('path');
|
3
3
|
const fs = require('fs');
|
4
4
|
const conf = require("../pkgs/conf");
|
5
|
+
const { log } = require("./log");
|
5
6
|
|
6
7
|
const binpath = path.join(conf({}).create('').root, '.bin');
|
7
8
|
const logspath = path.join(conf({}).create('').root, '.logs');
|