Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce committed Aug 1, 2023
1 parent cf25c50 commit 8926e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bscPlugin/completions/CompletionsProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ export class CompletionsProcessor {

/**
* Get a list of all script imports, relative to the specified pkgPath
* @param sourcePkgPath - the pkgPath of the source that wants to resolve script imports.
* @param program - reference to teh program
* @param sourcePkgPath - the pkgPath of the source that wants to resolve script imports
* @param scriptImport - example script import
*/
public getScriptImportCompletions(program: Program, sourcePkgPath: string, scriptImport: FileReference) {
let lowerSourcePkgPath = sourcePkgPath.toLowerCase();
Expand Down

0 comments on commit 8926e60

Please sign in to comment.