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 80bc788 commit bed384cCopy full SHA for bed384c
commands/wheels/base.cfc
@@ -19,8 +19,6 @@ component excludeFromHelp=true {
19
string function $getWheelsVersion(){
20
// First, look for a wheels folder..
21
if(!directoryExists( fileSystemUtil.resolvePath("wheels") ) ){
22
- print.line(fileSystemUtil.resolvePath("wheels"));
23
-
24
error("We're currently looking in #getCWD()#, but can't find a /wheels/ folder?");
25
}
26
if(fileExists(fileSystemUtil.resolvePath("wheels/box.json"))){
0 commit comments