diff options
Diffstat (limited to 'js/trace.ts')
-rw-r--r-- | js/trace.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/trace.ts b/js/trace.ts index fb6860a76..805c76623 100644 --- a/js/trace.ts +++ b/js/trace.ts @@ -41,6 +41,7 @@ function popStack(): TraceInfo[] { } // Push to trace stack if we are tracing +// @internal export function maybePushTrace(op: msg.Any, sync: boolean): void { if (current === null) { return; // no trace requested |