fix(ischanged) path: relative -> absolute

This commit is contained in:
coderaiser 2014-08-15 06:44:07 -04:00
parent 9ef5025c22
commit b09c9b2ca2

View file

@ -2,7 +2,7 @@
'use strict';
var
DIR_JSON = '../../json/',
DIR_JSON = __dirname + '/../../json/',
fs = require('fs'),
path = require('path'),