mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-14 20:00:39 -07:00
fix: make LiquidError context property public
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { Template } from '../template/template'
|
||||
|
||||
export abstract class LiquidError extends Error {
|
||||
private token: Token
|
||||
private context: string
|
||||
public context: string
|
||||
private originalError: Error
|
||||
public constructor (err: Error, token: Token) {
|
||||
super(err.message)
|
||||
|
||||
Reference in New Issue
Block a user