We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd0fef commit 1494819Copy full SHA for 1494819
src/codewhisperer/util/dependencyGraph/rubyDependencyGraph.ts
@@ -92,7 +92,7 @@ export class RubyDependencyGraph extends DependencyGraph {
92
break
93
}
94
95
- if (keyword && keyword !== undefined) {
+ if (keyword !== undefined) {
96
const modulePathStr = importStr.substring(keyword.length).trim().replace(/\s+/g, '')
97
modulePaths = this.getModulePath(modulePathStr)
98
0 commit comments