fix this too
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
const process = require('process');
|
const process = require('process');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
var classPath = path.resolve(__dirname + path.sep + "includes" + path.sep + "classes" + path.sep) + path.sep;
|
||||||
var { WTVShared, clientShowAlert } = require(classPath + "/WTVShared.js");
|
var { WTVShared, clientShowAlert } = require(classPath + "/WTVShared.js");
|
||||||
|
|
||||||
const wtvshared = new WTVShared(); // creates minisrv_config
|
const wtvshared = new WTVShared(); // creates minisrv_config
|
||||||
|
|||||||
Reference in New Issue
Block a user