More ES6 fixes
This commit is contained in:
@@ -195,7 +195,7 @@ if (!window.cardTools){
|
||||
parts.shift();
|
||||
parts.forEach(item => v = v[item]);
|
||||
return v;
|
||||
} catch {
|
||||
} catch (err) {
|
||||
return error || `[[ Template matching failed ${str} ]]`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user