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 c9cc74d commit a91a412Copy full SHA for a91a412
1 file changed
cmds/util/locate.js
@@ -21,5 +21,5 @@ exports.command = ['locate'];
21
exports.desc = 'Show the location where Eask is installed';
22
23
exports.handler = async (argv) => {
24
- process.stdout.write(`✓ Eask located in '` + UTIL.plugin_dir() + `'`);
+ console.log(UTIL.plugin_dir());
25
};
0 commit comments