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 a677f19 commit dfa074fCopy full SHA for dfa074f
index.js
@@ -153,7 +153,7 @@ const previewEmail = async (message, options) => {
153
154
const emlFilePath = `${options.dir}/${options.id}.eml`;
155
await writeFile(emlFilePath, response.message);
156
- console.log('emlFilePath', emlFilePath);
+ debug('emlFilePath', emlFilePath);
157
const xcrun = childProcess.spawn('xcrun', [
158
'simctl',
159
'openurl',
0 commit comments