Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Log the options being used in debug mode #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rowanmanning
Copy link
Contributor

No description provided.

@@ -68,6 +68,9 @@ Truffler.prototype._run = function(url, options, done) {
state.timeout = true;
}, options.timeout);

// Log the set options in debug mode
options.log.debug('Running with options ' + JSON.stringify(options, null, 4));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For those like me not familiar with truffler, running what? PhantomJS? Shall we change the text to it's clear?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants