Skip to content

Commit

Permalink
another comments pass
Browse files Browse the repository at this point in the history
  • Loading branch information
khbsd committed May 31, 2024
1 parent 4b9fb56 commit e500682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support_files/conversion_junction.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if (isMainThread) {
getModName = require('./lslib_utils.js').getModName();
}


// this functionality can't work on a worker thread, so i don't think it's possible for it to return undefined. i still need it to not attempt to load the vscode module while in a worker thread, though.
function getActiveTabPath() {
if (isMainThread) {
Expand Down Expand Up @@ -74,6 +75,7 @@ function buildPathArrays(filesToConvert) {
}


// prepare workerData and spin up workers with what they need to unpack stuff
async function createConversionWorkers(filesToConvert, workerConfig, unpackedGameDataDirectory) {
// an array of workers
const workerArray = [];
Expand Down

0 comments on commit e500682

Please sign in to comment.