Updates
This commit is contained in:
parent
a9cd51d71c
commit
a19863b3e9
@ -4,8 +4,8 @@ export default async function buildOnstartErrorHandler(params) {
|
|||||||
if (global.BUNDLER_CTX_DISPOSED) {
|
if (global.BUNDLER_CTX_DISPOSED) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(`Killing Bundler ...`);
|
// console.log(`Killing Bundler ...`);
|
||||||
console.log(`global.BUNDLER_CTX_DISPOSED`, global.BUNDLER_CTX_DISPOSED);
|
// console.log(`global.BUNDLER_CTX_DISPOSED`, global.BUNDLER_CTX_DISPOSED);
|
||||||
global.BUNDLER_CTX_DISPOSED = true;
|
global.BUNDLER_CTX_DISPOSED = true;
|
||||||
global.RECOMPILING = false;
|
global.RECOMPILING = false;
|
||||||
global.IS_SERVER_COMPONENT = false;
|
global.IS_SERVER_COMPONENT = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user