refactor: change KERNEL_FILE env to MODULE_FILE env

This commit is contained in:
Derrick Hammer 2023-06-26 02:38:29 -04:00
parent c914ed92d9
commit 233b989212
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if (!key) {
});
}
let file = process.env.KERNEL_FILE;
let file = process.env.MODULE_FILE;
if (!file || !(await fileExists(file))) {
const cwd = process.cwd();