Allow inspection for all prompts
Because, really, why not.
This commit is contained in:
parent
46c7e63fad
commit
280397c30b
|
@ -746,7 +746,7 @@ PromptManagerModule.prototype.checkForMissingPrompts = function(prompts) {
|
|||
* @returns {boolean} True if the prompt is a marker, false otherwise.
|
||||
*/
|
||||
PromptManagerModule.prototype.isPromptInspectionAllowed = function (prompt) {
|
||||
return true === prompt.marker;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue