mirror of
https://github.com/flynx/features.js.git
synced 2025-10-28 18:00:11 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5332667d9e
commit
270bec2a52
@ -24,7 +24,7 @@ var FeatureLinearizationError =
|
||||
module.FeatureLinearizationError =
|
||||
function(data){
|
||||
this.data = data
|
||||
this.message = `Failed to linearise from: ${data.input}`
|
||||
this.message = 'Failed to linearise.'
|
||||
this.toString = function(){
|
||||
return this.message
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-features",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"description": "",
|
||||
"main": "features.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user