Skip to content

Commit

Permalink
[TIMOB-25354] Prevent module generation for non-framework sources (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
janvennemann authored and hansemannn committed Sep 27, 2017
1 parent 93d523a commit 479dbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metabase/ios/lib/generate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function makeModule (modules, e, state) {
static_variables: {},
blocks: [],
frameworks: {},
state: state
state: state,
customSource: e.customSource || false
};
}
return modules[e.framework];
Expand Down

0 comments on commit 479dbf7

Please sign in to comment.