Skip to content

Commit

Permalink
fix Error: Add project FAILED ReferenceError: payloat is not defined (u…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni authored and ycjcl868 committed Aug 27, 2019
1 parent 698d974 commit f705a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/umi-ui/src/UmiUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export default class UmiUI {
);
log('info', `Add project ${payload.path} with name ${payload.name}`);
this.config.addProject({
path: payloat.path,
path: payload.path,
name: payload.name,
});
success();
Expand Down

0 comments on commit f705a83

Please sign in to comment.