sonus icon indicating copy to clipboard operation
sonus copied to clipboard

resultNoMatch: possible phrases error

Open sharmmoh1983 opened this issue 8 years ago • 0 comments

Hi I am using resultNoMatch callback: Sonus.annyang.addCallback('resultNoMatch', function(phrases){ console.log("NoresultmatchFound",phrases)

	}); 

But getting following console output:

Phrases are not getting displayed instead some random function

NoresultmatchFound function require(path) { try { exports.requireDepth += 1; return self.require(path); } finally { exports.requireDepth -= 1; } }

sharmmoh1983 avatar Oct 04 '17 15:10 sharmmoh1983