fix: add work-logs config

This commit is contained in:
Mrugesh Mohapatra
2018-11-13 02:31:51 +05:30
committed by mrugesh mohapatra
parent 4c59c0565b
commit bf09121c1f
4 changed files with 85 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
const path = require('path');
const fs = require('fs');
const { saveToFile } = require('./fileFunctions');
class PrProcessingLog {