We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635acff commit 3bdb71bCopy full SHA for 3bdb71b
1 file changed
Scripts/configuration.js
@@ -39,15 +39,15 @@ exports.Configuration = class Configuration {
39
try {
40
gemfileHandler = nova.fs.open(`${FUNCTIONS.normalizePath(nova.workspace.path)}/Gemfile`)
41
} catch (error) {
42
- FUNCTIONS.showConsoleError(
+ 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
}
46
} else {
47
48
gemfileHandler = nova.fs.open(`${FUNCTIONS.normalizePath(gemfilePath)}`)
49
50
51
'The \'Gemfile\' location set in the workspace preferences could not be found. Please check ' +
52
'the location and try again.')
53
0 commit comments