Commit fe7a4b31 authored by combineli's avatar combineli
Browse files

commit app.js

parent fdc85b00
Showing with 2 additions and 2 deletions
+2 -2
......@@ -78,8 +78,8 @@ if (dcacheConf.enableDcache) {
// tars-dcache 的包,依赖了很多tars的模块,引用路径是从根目录开始的,防止引用出错,先改后更
let cwd = process.cwd();
process.chdir('./');
// let tarsDcache = require('./../tars-dcache');
let tarsDcache = require('@tencent/tars-dcache');
let tarsDcache = require('./../tars-dcache');
// let tarsDcache = require('@tencent/tars-dcache');
process.chdir(cwd);
} else {
app.use(async (ctx, next) => {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment