mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(ischanged) path: relative -> absolute
This commit is contained in:
parent
9ef5025c22
commit
b09c9b2ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
'use strict';
|
||||
|
||||
var
|
||||
DIR_JSON = '../../json/',
|
||||
DIR_JSON = __dirname + '/../../json/',
|
||||
|
||||
fs = require('fs'),
|
||||
path = require('path'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue