Skip to content

Commit a4e7d74

Browse files
committed
Better explaination of testsuite's failure to find function
1 parent 4089829 commit a4e7d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PhpjsUtil.opener = function (name, cb) {
1414
var filepath = files[0];
1515

1616
if (!filepath) {
17-
return cb('could not find' + name);
17+
return cb('could not find ' + __dirname + '/../functions/*/' + name + '.js');
1818
}
1919

2020
FS.readFile(filepath, 'utf-8', function (err, code) {

0 commit comments

Comments
 (0)