dunno why we have this but it works now

This commit is contained in:
zefie
2025-02-12 17:18:43 -05:00
parent 35e35dfe71
commit a281e4a7a5

View File

@@ -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");
var wtvshared = new WTVShared(null, true);
const fs = require('fs');
@@ -49,4 +52,4 @@ if (process.argv) {
}
} else {
showUsage();
}
}