Skip to content

Commit

Permalink
quickjs-emscripten-core: export setDebugMode (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake authored Aug 6, 2024
1 parent e4b9e4f commit ad14bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quickjs-emscripten-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export type {
export { DefaultIntrinsics } from "./types"
export type { ModuleEvalOptions } from "./module"
export { QuickJSPropertyKey } from "./context"
export { debugLog } from "./debug"
export { debugLog, setDebugMode } from "./debug"

0 comments on commit ad14bdb

Please sign in to comment.