Skip to content

Commit

Permalink
fix: try debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Jan 18, 2023
1 parent 87b216c commit 493fa55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ module.exports = ({packageRoot, projectRoot, output}, context) => {
});

let createUnityPackage = import("unitypackage").default;
logger.log("T: " + createUnityPackage);
createUnityPackage(metaFiles, projectRoot, output, logger.log);
};

0 comments on commit 493fa55

Please sign in to comment.