|
|
@ -106,13 +106,13 @@ export const createWorkspace = async (workspaceName: string, workspaceTemplateNa |
|
|
|
}, false) |
|
|
|
}, false) |
|
|
|
) |
|
|
|
) |
|
|
|
).then(async () => { |
|
|
|
).then(async () => { |
|
|
|
plugin.call('dGitProvider', 'commit', { |
|
|
|
await plugin.call('dGitProvider', 'commit', { |
|
|
|
author: { |
|
|
|
author: { |
|
|
|
name, |
|
|
|
name, |
|
|
|
email |
|
|
|
email |
|
|
|
}, |
|
|
|
}, |
|
|
|
message: `Initial commit: remix template ${workspaceTemplateName}`, |
|
|
|
message: `Initial commit: remix template ${workspaceTemplateName}`, |
|
|
|
}).then(console.log).catch(console.error) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|