Skip to content

Commit

Permalink
Update & fix file path to lib/autocomplete.js, in lib/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SunderB committed Jan 30, 2021
1 parent b4312a2 commit c53e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let sbAtomSonicPi;
const {CompositeDisposable} = require('atom');
const osc = require('node-osc');
const electron = require('electron').remote;
const autocomplete_provider = require('./sb-atom-sonic-pi-autocomplete');
const autocomplete_provider = require('./autocomplete');
const sbAtomSonicPiView = require('./sb-atom-sonic-pi-view'); // for sbAtomSonicPiView

module.exports = (sbAtomSonicPi = {
Expand Down

0 comments on commit c53e54d

Please sign in to comment.