Skip to content

Commit

Permalink
fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiberAlon committed Feb 16, 2022
1 parent 370fb25 commit abc6914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/jsUtils.R
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ js_path = function(outdir, append = FALSE, js.type = 'gGnome.js'){
} else {
is.dir.a.js.instance(outdir, js.type)
}
} else (!append){
} else {
# clone the repository from github
message('Cloning the ', js.type, ' repository from github.')
if (js.type == 'gGnome.js'){
Expand Down

0 comments on commit abc6914

Please sign in to comment.