Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
c47306b609 |
|
@ -211,10 +211,12 @@ function macro_IS_DEV($jsm)
|
|||
*/
|
||||
function macro_PROP($jsm, $expr)
|
||||
{
|
||||
return \taskman\get($expr);
|
||||
$res = \taskman\get($expr);
|
||||
if(is_string($res))
|
||||
return '"'.$res.'"';
|
||||
return $res;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @global
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue