Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
hot patch a fix to the new project wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 20, 2014
1 parent 85f1ffc commit 5cd6f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ide/web/lib/templates/templates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ class StagehandProjectTemplate implements ProjectTemplate {
Future instantiate(DirectoryEntry destination) {
stagehand.Generator generator = stagehand.getGenerator(id);
var target = new _StagehandGeneratorTarget(destination);
return generator.generate(_normalizeName(destination.name), target);
return generator.generate(_normalizeName(destination.name), target,
additionalVars: {});
}

Future showIntro(Project finalProject, utils.Notifier notifier) {
Expand Down

0 comments on commit 5cd6f6f

Please sign in to comment.