Skip to content

Commit

Permalink
deprecate include
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Aug 29, 2024
1 parent 3484362 commit 6e5b2fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export const ModConfView = (props: ModConfViewProps) => {
modulePath = `${format("CONFCWD")}/${modulePath}`;
}

console.warn("include(...) is deprecated, please use require(...)");

return isoEval.require(modulePath);
},
},
Expand Down

0 comments on commit 6e5b2fe

Please sign in to comment.