Skip to content

Commit

Permalink
Rebuilt minsky.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed May 6, 2024
1 parent c38a01b commit ef307b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui-js/libs/shared/src/lib/backend/minsky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@ export class Minsky extends CppClass {
async tmax(...args: number[]): Promise<number> {return this.$callMethod('tmax',...args);}
async triggerCheckMemAllocationCallback(): Promise<boolean> {return this.$callMethod('triggerCheckMemAllocationCallback');}
async undo(a1: number): Promise<number> {return this.$callMethod('undo',a1);}
async unloadRavel(): Promise<void> {return this.$callMethod('unloadRavel');}
async variableTypes(): Promise<string[]> {return this.$callMethod('variableTypes');}
}

Expand Down

0 comments on commit ef307b6

Please sign in to comment.