Skip to content

Commit 5311165

Browse files
authored
Update utils.ts with console.error
1 parent ff73172 commit 5311165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/client/JBrowse/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export async function fetchLuceneQuery(filters, sessionId, trackGUID, offset, pa
366366
successCallback(jsonRes)
367367
},
368368
failure: function(res) {
369-
console.log("There was an error: " + res.status + "\n Status Body: " + res.responseText + "\n Session ID:" + sessionId)
369+
console.error("There was an error: " + res.status + "\n Status Body: " + res.responseText + "\n Session ID:" + sessionId)
370370
failureCallback("There was an error: status " + res.status)
371371
},
372372
params: {

0 commit comments

Comments
 (0)