Update system.js

This commit is contained in:
Namhyeon Go 2020-07-21 15:31:41 +09:00
parent 238420c637
commit 02ecd86dd1

View File

@ -39,7 +39,7 @@ exports.getFilePath = function(path) {
};
exports.get32BitFolder = function() {
var base = JPTUDBSTOW.file.getPath("%WINDIR%");
var base = exports.getFilePath("%WINDIR%");
var syswow64 = base + "\\SysWOW64\\";
if (JPTUDBSTOW.FS.FolderExists(syswow64))