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 326b0a8 commit e2244d5Copy full SHA for e2244d5
dsc_lib/src/functions/greater.rs
@@ -33,6 +33,8 @@ impl Function for Greater {
33
}
34
35
fn invoke(&self, args: &[Value], _context: &Context) -> Result<Value, DscError> {
36
+ debug!("{}", t!("functions.greater.invoked"));
37
+
38
let first = &args[0];
39
let second = &args[1];
40
0 commit comments