Skip to content

Commit

Permalink
fix: The option "is-compiled" doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Nov 3, 2024
1 parent bca0b9d commit 6c0d676
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions studio_pack_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ export class StudioPackGenerator {
@type("object")
i18n?: Record<string, string>;

// used by gen-bin.sh
@hidden()
isCompiled = false;

// deno-lint-ignore no-explicit-any
async main(storyPath: string): Promise<any> {
if (!this.storyPath) { // don't set if set by config file or --storyPath
Expand Down

0 comments on commit 6c0d676

Please sign in to comment.