some fixes for pages that broke from the new VM based eval

This commit is contained in:
zefie
2022-09-26 16:46:27 -04:00
parent b2aece5437
commit e538bfb913
7 changed files with 8 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ async function processPath(socket, service_vault_file_path, request_headers = ne
https: https,
wtvshared: wtvshared,
clientShowAlert: clientShowAlert,
WTVClientSessionData: WTVClientSessionData,
strftime: strftime,
CryptoJS: CryptoJS,
fs: fs,
@@ -128,6 +129,7 @@ async function processPath(socket, service_vault_file_path, request_headers = ne
getServiceString: getServiceString,
sendToClient: sendToClient,
socket: socket,
SessionStore: SessionStore,
request_headers: request_headers,
service_name: service_name,
service_vaults: service_vaults,