We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6ec1a commit a807cd6Copy full SHA for a807cd6
src/index.ts
@@ -97,7 +97,7 @@ const gitPullerExtension: JupyterFrontEndPlugin<void> = {
97
return;
98
}
99
100
- puller.clone(repoUrl.href, branch, basePath).then(async repoPath => {
+ puller.clone(repoUrl.href, branch, basePath).then(repoPath => {
101
if (filePath) {
102
app.commands.execute('filebrowser:open-path', {
103
path: PathExt.join(repoPath, filePath)
0 commit comments