@influxdata/flux-lsp-cli
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -26,3 +26,3 @@ 'use strict'; | ||
const instance = this; | ||
return through2(function (data, _enc, cb) { | ||
return through(function (data, _enc, cb) { | ||
const input = data.toString(); | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "@influxdata/flux-lsp-cli", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Flux cli LSP server", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -24,3 +24,3 @@ const { EventEmitter } = require('events') | ||
const instance = this | ||
return through2(function (data, _enc, cb) { | ||
return through(function (data, _enc, cb) { | ||
const input = data.toString() | ||
@@ -27,0 +27,0 @@ |
2490873