Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmturner committed Aug 22, 2023
1 parent 6f80684 commit 8f3888c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,9 @@ To <dfn algorithm export>get a debug details</dfn> given a [=debug scope=]
|debugScope|:
1. Let |debugScopeMap| be the [=debug scope map=].
1. [=Assert=]: |debugScopeMap|[|debugScope|] [=map/exists=].
1. Return |debugScopeMap|[|debugScope|].

Issue: This should return a default when the scope does not exist.
1. Return |debugScopeMap|[|debugScope|].

To <dfn algorithm export>mark a debug scope complete</dfn> given a [=debug
scope=] |debugScope|:
Expand Down

0 comments on commit 8f3888c

Please sign in to comment.