Skip to content

Commit

Permalink
Ignore ts error in build method
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerstadt committed Jan 7, 2024
1 parent acee210 commit 77c24bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/dagdog/chainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export class Chainer {
}

// build chained program
// @ts-ignore
build(code: string, debug: boolean = false): ChainedProgram {
/**
* the role of the chainer is to take the loop over each code block
Expand Down

0 comments on commit 77c24bf

Please sign in to comment.