Skip to content

Commit f53f1c3

Browse files
committed
doc
1 parent 0106a86 commit f53f1c3

File tree

1 file changed

+1
-0
lines changed
  • packages/quickjs-emscripten-core/src

1 file changed

+1
-0
lines changed

packages/quickjs-emscripten-core/src/debug.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function setDebugMode(enabled: boolean = true) {
1414
QTS_DEBUG = enabled
1515
}
1616

17+
/** Get the global debug mode */
1718
export function isDebugMode() {
1819
return QTS_DEBUG
1920
}

0 commit comments

Comments
 (0)