1
This commit is contained in:
parent
b439411208
commit
2668582df4
@ -5,12 +5,14 @@ const assert = require('assert');
|
||||
class CfgChecker {
|
||||
|
||||
constructor() {
|
||||
this.projHash = {}
|
||||
}
|
||||
|
||||
init() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
(new CfgChecker).init();
|
||||
|
3
scripts/cfgcheck/constant.js
Normal file
3
scripts/cfgcheck/constant.js
Normal file
@ -0,0 +1,3 @@
|
||||
const PROJ_WEB3BCSPIDER = 'Web3BcSpider';
|
||||
|
||||
exports.PROJ_WEB3BCSPIDER = PROJ_WEB3BCSPIDER;
|
Loading…
x
Reference in New Issue
Block a user