@onflow/cadence-language-server
Advanced tools
Comparing version 0.24.3 to 0.26.1
@@ -463,5 +463,5 @@ // Copyright 2018 The Go Authors. All rights reserved. | ||
// Keep in sync with cmd/link/internal/ld/data.go:wasmMinDataAddr. | ||
const wasmMinDataAddr = 4096 + 4096; | ||
const wasmMinDataAddr = 4096 + 8192; | ||
if (offset >= wasmMinDataAddr) { | ||
throw new Error("command line too long"); | ||
throw new Error("total length of command line and environment variables exceeds limit"); | ||
} | ||
@@ -468,0 +468,0 @@ this._inst.exports.run(argc, argv); |
{ | ||
"name": "@onflow/cadence-language-server", | ||
"version": "0.24.3", | ||
"version": "0.26.1", | ||
"description": "The Cadence Language Server", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/onflow/cadence", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25722843