mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 04:40:39 -07:00
style: align to [email protected].1
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import {AssertionError} from './error.js'
|
||||
import { AssertionError } from './error.js'
|
||||
|
||||
export default function (predicate, message) {
|
||||
if (!predicate) {
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ function initLiquidError (err, token) {
|
||||
}
|
||||
|
||||
export function TokenizationError (message, token) {
|
||||
initLiquidError.call(this, {message: message}, token)
|
||||
initLiquidError.call(this, { message: message }, token)
|
||||
}
|
||||
TokenizationError.prototype = _.create(Error.prototype)
|
||||
TokenizationError.prototype.constructor = TokenizationError
|
||||
|
||||
Reference in New Issue
Block a user