Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Oct 26, 2020
1 parent 7f6aa6a commit fe4b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsconnect_jupyter/static/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define([
*/
function legacyPromiseHandler(result, callback) {
if (result instanceof window.Promise) {
verbose('Using legacy promise mode.')
verbose('Using legacy promise mode.');
return result.then(callback);
} else {
return callback(result);
Expand Down

0 comments on commit fe4b09f

Please sign in to comment.