We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437860e commit f2b5ecdCopy full SHA for f2b5ecd
ts/debug.ts
@@ -1,2 +1,2 @@
1
-export const QTS_DEBUG = false || Boolean(process.env.QTS_DEBUG)
+export const QTS_DEBUG = false || Boolean(typeof process === "object" && process.env.QTS_DEBUG)
2
export let debugLog = QTS_DEBUG ? console.log.bind(console) : () => {}
0 commit comments