Skip to content

Commit 04b6724

Browse files
authored
Merge pull request #9 from kevinJ045/master
I made it so new now prints the url
2 parents e81a15c + 8c6fb5f commit 04b6724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

term.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
body: formData
174174
}).then((response) => {
175175
if(file) selectFile('none');
176-
term.echo(response.url.split('/').pop());
176+
term.echo(response.url+' || '+response.url.split('/').pop());
177177
term.resume();
178178
});
179179
}

0 commit comments

Comments
 (0)