Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Dec 9, 2024
1 parent a9450ef commit 6a3b28c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const loadModels = async (options: GeneratorOptions) => {
try {
buildFile(filePath, outfile);
process.env.SYNC_ACTIONS = "none";
await eval(`import('${outfile}')`);
return await eval(`import('${outfile}')`);
} catch {
console.log(
[
Expand Down

0 comments on commit 6a3b28c

Please sign in to comment.