Skip to content

Commit ad14bdb

Browse files
authored
quickjs-emscripten-core: export setDebugMode (#195)
1 parent e4b9e4f commit ad14bdb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ export type {
4646
export { DefaultIntrinsics } from "./types"
4747
export type { ModuleEvalOptions } from "./module"
4848
export { QuickJSPropertyKey } from "./context"
49-
export { debugLog } from "./debug"
49+
export { debugLog, setDebugMode } from "./debug"

0 commit comments

Comments
 (0)