We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdb71b commit 75d6c42Copy full SHA for 75d6c42
1 file changed
Scripts/configuration.js
@@ -38,11 +38,7 @@ exports.Configuration = class Configuration {
38
if (gemfilePath == null) {
39
try {
40
gemfileHandler = nova.fs.open(`${FUNCTIONS.normalizePath(nova.workspace.path)}/Gemfile`)
41
- } catch (error) {
42
- console.log(
43
- 'No \'Gemfile\' could be found in the root directory of this project. Please go to the ' +
44
- 'extension preferences and set the location of the \'Gemfile\' for this project.')
45
- }
+ } catch (error) { }
46
} else {
47
48
gemfileHandler = nova.fs.open(`${FUNCTIONS.normalizePath(gemfilePath)}`)
0 commit comments