fix: update path to work-logs

This commit is contained in:
Mrugesh Mohapatra
2018-11-13 02:36:17 +05:30
committed by mrugesh mohapatra
parent b87b7f5083
commit 40116cc7c8
3 changed files with 7 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ class PrProcessingLog {
this._finish = null;
this._prs = {};
//path.resolve(__dirname, '../../../guide');
this._logfile = path.resolve(__dirname, './data/open-prs-processed.json');
this._logfile = path.resolve(__dirname, './work-logs/open-prs-processed.json');
}
import() {