Skip to content

Commit

Permalink
add missing error check
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 22, 2022
1 parent 514eaf3 commit daa24ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/js/src/high-level/high-level.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ export function createApi(Z3: Z3Core): Z3HighLevel {

fromString(s : string) {
Z3.solver_from_string(contextPtr, this.ptr, s);
throwIfError();
}
}

Expand Down

0 comments on commit daa24ef

Please sign in to comment.