Skip to content

Commit f5b1e1a

Browse files
committed
Typo
1 parent 55ea4b7 commit f5b1e1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nbgitpuller/static/js/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ gs.addHandler('error', function(data) {
5151
if (data.output) {
5252
const errorText= `Repository: ${gs.repo}\nBranch: ${gs.branch}\nRedirect URL: ${gs.redirectUrl}\n\n${data.output}\n`;
5353
gsv.term.write(errorText);
54-
gsv.setContainerError(
55-
true,
56-
errorText
57-
);
5854
}
55+
gsv.setContainerError(
56+
true,
57+
errorText
58+
);
5959
});
6060
gs.start();
6161

0 commit comments

Comments
 (0)