refactor: change KERNEL_FILE env to MODULE_FILE env
This commit is contained in:
parent
c914ed92d9
commit
233b989212
|
@ -25,7 +25,7 @@ if (!key) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
let file = process.env.KERNEL_FILE;
|
let file = process.env.MODULE_FILE;
|
||||||
|
|
||||||
if (!file || !(await fileExists(file))) {
|
if (!file || !(await fileExists(file))) {
|
||||||
const cwd = process.cwd();
|
const cwd = process.cwd();
|
||||||
|
|
Loading…
Reference in New Issue