Skip to content

Commit e93b31a

Browse files
committed
Fix I18N test
1 parent 21d5047 commit e93b31a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dsc_lib/src/functions/greater.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ impl Function for Greater {
3333
}
3434

3535
fn invoke(&self, args: &[Value], _context: &Context) -> Result<Value, DscError> {
36+
debug!("{}", t!("functions.greater.invoked"));
37+
3638
let first = &args[0];
3739
let second = &args[1];
3840

0 commit comments

Comments
 (0)