mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 21:40:39 -07:00
fix: lenientIf not working for the umd bundle, closes #313
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ export class RenderError extends LiquidError {
|
||||
super.update()
|
||||
}
|
||||
public static is (obj: any): obj is RenderError {
|
||||
return obj instanceof RenderError
|
||||
return obj.name === 'RenderError'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user