1
This commit is contained in:
parent
2668582df4
commit
488fba51d0
@ -1,17 +1,22 @@
|
||||
const parseArgs = require('minimist');
|
||||
const fs = require('fs');
|
||||
const assert = require('assert');
|
||||
const constant = require('./constant');
|
||||
|
||||
class CfgChecker {
|
||||
|
||||
constructor() {
|
||||
this.projHash = {}
|
||||
this.projHash = {};
|
||||
this.addProj(constant.PROJ_WEB3BCSPIDER);
|
||||
}
|
||||
|
||||
init() {
|
||||
async init() {
|
||||
|
||||
}
|
||||
|
||||
addProj(projName) {
|
||||
console.log(projName);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user