fix: changed DEBUG_MODE back
This commit is contained in:
parent
7aeb8e61f4
commit
cc63f636e9
@ -1,6 +1,6 @@
|
|||||||
import * as toposort from 'toposort';
|
import * as toposort from 'toposort';
|
||||||
|
|
||||||
const DEBUG_MODE = 3;///localhost/.test(window.location.href) ? 1 : 0;
|
const DEBUG_MODE = /localhost/.test(window.location.href) ? 1 : 0;
|
||||||
|
|
||||||
export class UtilRegistry {
|
export class UtilRegistry {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user