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

Commit 5cd6f6f

Browse files
committed
hot patch a fix to the new project wizard
1 parent 85f1ffc commit 5cd6f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ide/web/lib/templates/templates.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ class StagehandProjectTemplate implements ProjectTemplate {
254254
Future instantiate(DirectoryEntry destination) {
255255
stagehand.Generator generator = stagehand.getGenerator(id);
256256
var target = new _StagehandGeneratorTarget(destination);
257-
return generator.generate(_normalizeName(destination.name), target);
257+
return generator.generate(_normalizeName(destination.name), target,
258+
additionalVars: {});
258259
}
259260

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

0 commit comments

Comments
 (0)