dunno why we have this but it works now
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
'use strict';
|
||||||
|
const path = require('path');
|
||||||
|
var classPath = path.resolve(__dirname + path.sep + "includes" + path.sep + "classes" + path.sep) + path.sep; require(classPath + "Prototypes.js");
|
||||||
const { WTVShared } = require(classPath + "/WTVShared.js");
|
const { WTVShared } = require(classPath + "/WTVShared.js");
|
||||||
var wtvshared = new WTVShared(null, true);
|
var wtvshared = new WTVShared(null, true);
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
@@ -49,4 +52,4 @@ if (process.argv) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
showUsage();
|
showUsage();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user